Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CreateOptions ¶
type Organisation ¶
type Organisation struct {
ID string `json:"id,omitempty"`
CreatedAt time.Time `json:"created_at,omitempty"`
UpdatedAt time.Time `json:"updated_at,omitempty"`
Name string `json:"name,omitempty"`
UserID string `json:"user_id,omitempty"`
ServerKey string `json:"server_copy,omitempty"`
}
func (*Organisation) Marshal ¶
func (w *Organisation) Marshal() ([]byte, error)
func (*Organisation) Unmarshal ¶
func (w *Organisation) Unmarshal(data []byte) error
type UpdateOptions ¶
type UpdateOptions struct {
Name string `json:"name"`
}
Click to show internal directories.
Click to hide internal directories.