Documentation
¶
Index ¶
Constants ¶
View Source
const (
ScaledToZeroClustersKey = "scaled_to_zero_clusters_key"
)
Variables ¶
This section is empty.
Functions ¶
func DecodeSharedData ¶
func EncodeSharedData ¶
Note: As tinygo does not support serialization well just yet, we use our own string serialization for now https://github.com/tinygo-org/tinygo/issues/447
Types ¶
type PluginConfig ¶
type PluginConfig struct { ControlPlaneURL string `json:"control-plane-url"` ControlPlaneCluster string `json:"control-plane-cluster"` }
func ParseConfig ¶
func ParseConfig(data []byte) (*PluginConfig, error)
type RequestContext ¶
Click to show internal directories.
Click to hide internal directories.