Documentation ¶
Overview ¶
Package translogdurability
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Request = TranslogDurability{"request"} Async = TranslogDurability{"async"} )
Functions ¶
This section is empty.
Types ¶
type TranslogDurability ¶
type TranslogDurability struct {
Name string
}
func (TranslogDurability) MarshalText ¶
func (t TranslogDurability) MarshalText() (text []byte, err error)
func (TranslogDurability) String ¶
func (t TranslogDurability) String() string
func (*TranslogDurability) UnmarshalText ¶
func (t *TranslogDurability) UnmarshalText(text []byte) error
Click to show internal directories.
Click to hide internal directories.