exported

package
v1.1.0 Latest Latest
Warning

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

Go to latest
Published: Jan 17, 2024 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type SyncToken

type SyncToken string

SyncToken contains data used in the Sync-Token header. See [Azure App Configuration documentation] for more information on sync tokens.

[Azure App Configuration documentation]: https://learn.microsoft.com/azure/azure-app-configuration/rest-api-consistency Exported as azappconfig.SyncToken

type SyncTokenValues

type SyncTokenValues struct {
	ID      string
	Value   string
	Version int64
}

SyncTokenValues contains the parts of a SyncToken.

func ParseSyncToken

func ParseSyncToken(syncToken SyncToken) ([]SyncTokenValues, error)

ParseSyncToken parses the provided SyncToken.

Jump to

Keyboard shortcuts

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