Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RunPersist ¶
RunPersist is a specific test case for the persistent state store. It tests that values persist across sessions.
Types ¶
type Serializing ¶
type Serializing struct {
// contains filtered or unexported fields
}
func (*Serializing) MarshalBinary ¶
func (st *Serializing) MarshalBinary() (data []byte, err error)
func (*Serializing) UnmarshalBinary ¶
func (st *Serializing) UnmarshalBinary(data []byte) (err error)
Click to show internal directories.
Click to hide internal directories.