Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DiffStore ¶
type DiffStore struct { CurrentValue string `json:"value"` Diffs []string `json:"diffs"` CreateAt time.Time `json:"create_at"` UpdateAt time.Time `json:"update_at"` // contains filtered or unexported fields }
DiffStore struct for storing diff data
func (*DiffStore) GetCurrent ¶
GetCurrent returns current text value.
func (*DiffStore) GetPreviousByIndex ¶
GetPreviousByIndex builds and returns previous text value by update index
Click to show internal directories.
Click to hide internal directories.