@@ -0,0 +1,20 @@
|
||||
package go_handler
|
||||
|
||||
const TypeGolang = "golang"
|
||||
|
||||
const defaultPipeline = `
|
||||
kind: pipeline
|
||||
name: default
|
||||
steps:
|
||||
- name: build
|
||||
image: golang
|
||||
commands:
|
||||
- go build
|
||||
- go test -v
|
||||
`
|
||||
|
||||
type GoApiHandler struct{}
|
||||
|
||||
func (GoApiHandler) ToDestinationConfig() (string, error) {
|
||||
return "", nil
|
||||
}
|
||||
Reference in New Issue
Block a user