Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Property ¶
type Property struct {
UpdateAt time.Time `json:"updated_at"`
Key string `json:"key"`
Value string `json:"property"`
}
Property property
type Store ¶
type Store struct {
Path string
// contains filtered or unexported fields
}
Store store
func (*Store) ReadProperty ¶
ReadProperty read property
func (*Store) WriteBatch ¶
Click to show internal directories.
Click to hide internal directories.