Documentation ¶
Index ¶
Constants ¶
View Source
const (
// MaxKVStoreValueLength is the maximum length in bytes that a value in the KV store of an app can contain
MaxKVStoreValueLength = 8192
)
Variables ¶
This section is empty.
Functions ¶
Types ¶
type VersionInfo ¶ added in v1.0.0
type VersionInfo struct {
Version string `json:"version"`
}
Click to show internal directories.
Click to hide internal directories.