Documentation ¶
Overview ¶
Package syncjobtype
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Full = SyncJobType{"full"} Incremental = SyncJobType{"incremental"} Accesscontrol = SyncJobType{"access_control"} )
Functions ¶
This section is empty.
Types ¶
type SyncJobType ¶
type SyncJobType struct {
Name string
}
func (SyncJobType) MarshalText ¶
func (s SyncJobType) MarshalText() (text []byte, err error)
func (SyncJobType) String ¶
func (s SyncJobType) String() string
func (*SyncJobType) UnmarshalText ¶
func (s *SyncJobType) UnmarshalText(text []byte) error
Click to show internal directories.
Click to hide internal directories.