Documentation ¶
Overview ¶
Package syncjobtriggermethod
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Ondemand = SyncJobTriggerMethod{"on_demand"} Scheduled = SyncJobTriggerMethod{"scheduled"} )
Functions ¶
This section is empty.
Types ¶
type SyncJobTriggerMethod ¶
type SyncJobTriggerMethod struct {
Name string
}
func (SyncJobTriggerMethod) MarshalText ¶
func (s SyncJobTriggerMethod) MarshalText() (text []byte, err error)
func (SyncJobTriggerMethod) String ¶
func (s SyncJobTriggerMethod) String() string
func (*SyncJobTriggerMethod) UnmarshalText ¶
func (s *SyncJobTriggerMethod) UnmarshalText(text []byte) error
Click to show internal directories.
Click to hide internal directories.