open-consul/agent/structs/autopilot_oss.go

9 lines
136 B
Go

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