Documentation
¶
Index ¶
- func EmptyDone(_ persistence.Section)
- func EmptySwitch(p persistence.Section) persistence.Section
- type Impl
- func (tt Impl) Bool(t *testing.T)
- func (tt Impl) Bytes(t *testing.T)
- func (tt Impl) Delete(t *testing.T)
- func (tt Impl) Exists(t *testing.T)
- func (tt Impl) Float(t *testing.T)
- func (tt Impl) Int(t *testing.T)
- func (tt Impl) Keys(t *testing.T)
- func (tt Impl) Section(t *testing.T)
- func (tt Impl) SectionDelete(t *testing.T)
- func (tt Impl) SectionExists(t *testing.T)
- func (tt Impl) SectionKeyNotClash(t *testing.T)
- func (tt Impl) SectionKeys(t *testing.T)
- func (tt Impl) String(t *testing.T)
- func (tt Impl) Test(t *testing.T)
- func (tt Impl) Type(t *testing.T)
- func (tt Impl) UInt(t *testing.T)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func EmptyDone ¶
func EmptyDone(_ persistence.Section)
func EmptySwitch ¶
func EmptySwitch(p persistence.Section) persistence.Section
Types ¶
type Impl ¶
type Impl struct {
New func() persistence.Section
Switch func(persistence.Section) persistence.Section
Done func(persistence.Section)
}
func (Impl) SectionDelete ¶
func (Impl) SectionExists ¶
func (Impl) SectionKeyNotClash ¶
func (Impl) SectionKeys ¶
Click to show internal directories.
Click to hide internal directories.