Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ParameterSuffixMap ¶
type ParameterSuffixMap interface { Delete(k string) bool Get(k string) (anysdk.Addressable, bool) GetAll() map[string]anysdk.Addressable Put(k string, v anysdk.Addressable) Size() int }
func NewParameterSuffixMap ¶
func NewParameterSuffixMap() ParameterSuffixMap
Click to show internal directories.
Click to hide internal directories.