Documentation ¶
Index ¶
- func ToPair(s string, sep string) (k, v string)
- type ParamKV
- func (this *ParamKV) ExistsKey(key string) bool
- func (this *ParamKV) GetKeys() []string
- func (this *ParamKV) GetOriginal() string
- func (this *ParamKV) GetValue(key string) string
- func (this *ParamKV) ToString() string
- func (this *ParamKV) ToStringMap(p map[string]string) string
- func (this *ParamKV) ToStringStr(k, v string) string
- type ParamText
- type REF
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ParamKV ¶
type ParamKV struct {
// contains filtered or unexported fields
}
func NewParamKV ¶
func NewParamKVSeperate ¶
func (*ParamKV) GetOriginal ¶
func (*ParamKV) ToStringStr ¶
type ParamText ¶
type ParamText struct {
// contains filtered or unexported fields
}
func NewParamText ¶
func NewParamTextBrace ¶
func (*ParamText) GetOriginal ¶
func (*ParamText) ToStringStr ¶
Click to show internal directories.
Click to hide internal directories.