open-consul/agent/structs/autopilot_oss.go

8 lines
114 B
Go

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