consul/agent/structs/autopilot_ce.go
2023-10-10 10:58:06 -04:00

11 lines
186 B
Go

// Copyright (c) HashiCorp, Inc.
// SPDX-License-Identifier: BUSL-1.1
//go:build !consulent
package structs
func (c *AutopilotConfig) autopilotConfigExt() interface{} {
return nil
}