Documentation ¶
Index ¶
Constants ¶
View Source
const Version string = "v1alpha1"
Variables ¶
This section is empty.
Functions ¶
func NewCarbonConfig ¶ added in v0.0.5
func NewCarbonConfig() vconf.ConfigInterface
Types ¶
type CarbonConfig ¶ added in v0.0.5
type CarbonConfig struct { APIVersion string `json:"apiVersion"` CarbonScope string `json:"carbonScope"` }
func (*CarbonConfig) GetVersion ¶ added in v0.0.5
func (c *CarbonConfig) GetVersion() string
func (*CarbonConfig) Parse ¶ added in v0.0.5
func (c *CarbonConfig) Parse(data []byte) error
func (*CarbonConfig) Upgrade ¶ added in v0.0.5
func (c *CarbonConfig) Upgrade() (vconf.ConfigInterface, error)
Click to show internal directories.
Click to hide internal directories.