drone_plugin/go_handler/go_service_handler.go
icechen 745daedf91
All checks were successful
continuous-integration/drone/push Build is passing
update
2021-12-29 19:40:57 +08:00

12 lines
175 B
Go

package go_handler
type GoServiceHandler struct {
Name string
Root string
Port string
}
func (GoServiceHandler) ToDestinationConfig() (string, error) {
return "", nil
}