package
0.4.1
Repository: https://github.com/docker/infrakit.git
Documentation: pkg.go.dev

# Functions

AnyBytes returns an Any from the encoded message bytes.
AnyCopy makes a copy of the data in the given ptr.
AnyString returns an Any from a string that represents the marshaled/encoded data.
AnyValue returns an Any from a value by marshaling / encoding the input.
AnyValueMust returns an Any from a value by marshaling / encoding the input.
NewLink creates a link.
NewLinkFromMap constructs a link from data in the map.

# Structs

Link is a struct that represents an association between an infrakit managed resource and an entity in some other system.

# Type aliases

Any is the raw configuration for the plugin.