Documentation ¶
Index ¶
Constants ¶
View Source
const ( UserBackendTypeDefault = "bke_default" UserBackendTypeBCSAuth = "bcs_auth" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EmptyResponse ¶
type EmptyResponse struct{}
type ErrorRespWithStatus ¶
type ErrorRespWithStatus struct { Resp *ErrorResponse StatusCode int }
ErrorRespWithStatus is useful for common helper functions
func (*ErrorRespWithStatus) WriteToResp ¶
func (resp *ErrorRespWithStatus) WriteToResp(response *restful.Response)
type ErrorResponse ¶
Click to show internal directories.
Click to hide internal directories.