Documentation ¶
Index ¶
- Variables
- type Key
- func (k *Key) AppendBase(name, value string) *Key
- func (k *Key) Equal(o *Key) bool
- func (k *Key) Range() (string, string)
- func (k *Key) RangeUsing(sep *Sep) (string, string)
- func (k *Key) String() string
- func (k *Key) StringUsing(sep *Sep) string
- func (k *Key) Tagged(name string, value ...string) *Key
- func (k *Key) Validate() error
- func (k *Key) ValidateUsing(sep *Sep) error
- type Seg
- type Sep
Constants ¶
This section is empty.
Variables ¶
View Source
var DefaultSep = &Sep{
NameValueSep: ':',
SegSep: '/',
TagSep: '#',
}
Functions ¶
This section is empty.
Types ¶
type Key ¶
Key es una state key inmutable
func NewBaseKey ¶
func (*Key) AppendBase ¶
func (*Key) StringUsing ¶
func (*Key) ValidateUsing ¶
Click to show internal directories.
Click to hide internal directories.