Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Handler ¶ added in v1.0.2
type Handler struct {
// contains filtered or unexported fields
}
func NewHandler ¶ added in v1.0.2
type SyncEvent ¶ added in v1.0.2
type SyncEvent struct { Handler *Handler SettingKey string Status SyncStatus }
type SyncStatus ¶ added in v1.0.2
type SyncStatus int32
const ( SyncComplete SyncStatus = iota SyncStart )
Click to show internal directories.
Click to hide internal directories.