open-consul/agent/structs/autopilot_oss.go
2020-11-09 09:22:11 -05:00

8 lines
114 B
Go

// +build !consulent
package structs
func (c *AutopilotConfig) autopilotConfigExt() interface{} {
return nil
}