Documentation ¶
Overview ¶
Package syncstatus
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Canceling = SyncStatus{"canceling"} Canceled = SyncStatus{"canceled"} Completed = SyncStatus{"completed"} Error = SyncStatus{"error"} Inprogress = SyncStatus{"in_progress"} Pending = SyncStatus{"pending"} Suspended = SyncStatus{"suspended"} )
Functions ¶
This section is empty.
Types ¶
type SyncStatus ¶
type SyncStatus struct {
Name string
}
func (SyncStatus) MarshalText ¶
func (s SyncStatus) MarshalText() (text []byte, err error)
func (SyncStatus) String ¶
func (s SyncStatus) String() string
func (*SyncStatus) UnmarshalText ¶
func (s *SyncStatus) UnmarshalText(text []byte) error
Click to show internal directories.
Click to hide internal directories.