drone_plugin/go_handler/go_service_handler.go

12 lines
175 B
Go
Raw Normal View History

2021-12-29 19:40:57 +08:00
package go_handler
type GoServiceHandler struct {
Name string
Root string
Port string
}
func (GoServiceHandler) ToDestinationConfig() (string, error) {
return "", nil
}