parse

package
v0.0.0-...-0e4e14f Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 28, 2025 License: MPL-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AppConfigurationFeatureId

type AppConfigurationFeatureId struct {
	ConfigurationStoreId string
	Name                 string
	Label                string
}

func FeatureId

func FeatureId(input string) (*AppConfigurationFeatureId, error)

func (AppConfigurationFeatureId) ID

func (AppConfigurationFeatureId) String

func (id AppConfigurationFeatureId) String() string

type AppConfigurationKeyId

type AppConfigurationKeyId struct {
	ConfigurationStoreId string
	Key                  string
	Label                string
}

func KeyId

func KeyId(input string) (*AppConfigurationKeyId, error)

func (AppConfigurationKeyId) ID

func (id AppConfigurationKeyId) ID() string

func (AppConfigurationKeyId) String

func (id AppConfigurationKeyId) String() string

type NestedItemId

type NestedItemId struct {
	ConfigurationStoreEndpoint string
	Key                        string
	Label                      string
}

func NewNestedItemID

func NewNestedItemID(configurationStoreEndpoint, key, label string) (*NestedItemId, error)

func ParseNestedItemID

func ParseNestedItemID(input string) (*NestedItemId, error)

ParseNestedItemID parses an App Configuration Nested Item ID (such as a Key or Feature)

func (NestedItemId) ID

func (id NestedItemId) ID() string

func (NestedItemId) String

func (id NestedItemId) String() string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL