Documentation ¶
Index ¶
Constants ¶
View Source
const (
//ServiceID Google StorageService ID.
ServiceID = "gcp/storage"
)
Variables ¶
This section is empty.
Functions ¶
func InitRequest ¶
Types ¶
type CtxClient ¶
type CtxClient struct { *gcp.AbstractClient // contains filtered or unexported fields }
CtxClient represents context client
func (*CtxClient) SetService ¶
type SetupNotificationRequest ¶
SetNotification represents setup notification request
func (*SetupNotificationRequest) Init ¶
func (r *SetupNotificationRequest) Init() error
Init initialises request
func (*SetupNotificationRequest) Validate ¶
func (r *SetupNotificationRequest) Validate() error
Validate checks if request is valid
type SetupNotificationResponse ¶
type SetupNotificationResponse struct {
*storage.Notification
}
SetNotification represents setup notification response
Click to show internal directories.
Click to hide internal directories.