Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Profile ¶
type Profile struct { XMLNS string `xml:"xmlns,attr,omitempty"` ObjectPerms []*models.ObjectPermissions `xml:"objectPermissions,omitempty"` }
func (Profile) First ¶
func (p Profile) First() interface{}
This method is used to get the first element of the Profile.
func (Profile) Len ¶
Profile implements sort.Interface by providing Less and using the Len and Swap methods of the embedded ObjectPerms value.
Click to show internal directories.
Click to hide internal directories.