Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type User ¶
type User struct { ID string `json:"id" xml:"id"` // UserID in ocs is the owncloud internal username DisplayName string `json:"display-name" xml:"display-name"` // is used in ocs/v(1|2).php/cloud/user - yes this is different from the users endpoint Email string `json:"email" xml:"email"` UserType string `json:"user-type" xml:"user-type"` }
User holds user data
Click to show internal directories.
Click to hide internal directories.