Documentation ¶
Index ¶
- func AddBucket(c echo.Context) error
- func CreateAccessKey(c echo.Context) error
- func CreateRoleBinding(c echo.Context) error
- func DeleteAccessKey(c echo.Context) error
- func DeleteRoleBinding(c echo.Context) error
- func GetRole(c echo.Context) error
- func ListAccessKeys(c echo.Context) error
- func ListBuckets(c echo.Context) error
- func ListRoleBindings(c echo.Context) error
- func ListRoles(c echo.Context) error
- func LogOut(c echo.Context) error
- func Login(c echo.Context) error
- func UpdateBucketACLs(c echo.Context) error
- type AccessKey
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AddBucket ¶
AddBucket handles requests creating new bucket from UI. If error, it returns the error response with either error codes BucketAlreadyExists or InternalError
func CreateAccessKey ¶
func CreateRoleBinding ¶
CreateRoleBinding handles API requests to create role-binding objects
func DeleteAccessKey ¶
func DeleteRoleBinding ¶
DeleteRoleBinding handles API requests to delete role-binding objects
func ListAccessKeys ¶
func ListBuckets ¶
ListBuckets handles requests listing all buckets in the UI
func ListRoleBindings ¶
ListRoleBindings handles API requests to list role-binding objects
func UpdateBucketACLs ¶
UpdateBucketACLs handles requests updating bucket's ACLs from UI
Types ¶
Click to show internal directories.
Click to hide internal directories.