Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type StorageKey ¶
func EncodeStorageKey ¶
func EncodeStorageKey(section, method string, args ...string) (storageKey StorageKey)
type StorageOption ¶ added in v0.0.3
type StorageOption struct {
Value string `json:"value"`
Keys []string `json:"keys"`
Hasher []string `json:"hasher"`
}
func CheckoutHasherAndType ¶ added in v0.0.3
func CheckoutHasherAndType(t *types.StorageType) *StorageOption
Click to show internal directories.
Click to hide internal directories.