Documentation
¶
Index ¶
- Constants
- type Group
- type Schedule
- type Service
- type Type
- func (g Type) MarshalJSON() ([]byte, error)
- func (g Type) MarshalText() ([]byte, error)
- func (g *Type) Scan(src interface{}) error
- func (g *Type) Set(value string) (err error)
- func (g Type) String() string
- func (g *Type) UnmarshalJSON(data []byte) error
- func (g *Type) UnmarshalText(data []byte) error
- func (g Type) Value() (driver.Value, error)
Constants ¶
View Source
const ( TypeWeekley string = "Weekley" TypeOnce string = "Once" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Type ¶
type Type struct {
// contains filtered or unexported fields
}