types

package
v0.0.0-...-6750a49 Latest Latest
Warning

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

Go to latest
Published: Mar 10, 2023 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type KV

type KV struct {
	// Key refers to the key of the KV pair.
	// Supported filters: https://docs.microsoft.com/en-us/azure/azure-app-configuration/rest-api-key-value#supported-filters
	Key string `json:"key" yaml:"key"`
	// Label is the label of the KV pair.
	// Supported filters: https://docs.microsoft.com/en-us/azure/azure-app-configuration/rest-api-key-value#supported-filters
	Label string `json:"label" yaml:"label"`
	// Value is the value of the KV pair.
	Value string `json:"value"`
	// LastModified is the last time the KV pair was modified.
	LastModified string `json:"last_modified"`
	// ETag is the ETag of the KV pair.
	ETag string `json:"eTag"`
}

KV is a key/value pair with the label.

type KVItems

type KVItems struct {
	Items []KV `json:"items"`
}

KVItems is a list of KV pairs.

type StringArray

type StringArray struct {
	Array []string `json:"array" yaml:"array"`
}

StringArray is an array of strings.

Jump to

Keyboard shortcuts

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