Documentation ¶
Overview ¶
Package perms provides methods for managing user app and administrative permissions.
Index ¶
- func Delete(c *deis.Client, appID string, username string) error
- func DeleteAdmin(c *deis.Client, username string) error
- func List(c *deis.Client, appID string) ([]string, error)
- func ListAdmins(c *deis.Client, results int) ([]string, int, error)
- func New(c *deis.Client, appID string, username string) error
- func NewAdmin(c *deis.Client, username string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DeleteAdmin ¶
DeleteAdmin removes administrative privileges from a user.
func ListAdmins ¶
ListAdmins lists deis platform administrators.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.