Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BackendBucket ¶
type BackendBucket struct {
// contains filtered or unexported fields
}
func (*BackendBucket) Create ¶
func (b *BackendBucket) Create() (string, error)
func (*BackendBucket) Destroy ¶
func (b *BackendBucket) Destroy() (string, error)
func (*BackendBucket) Exists ¶
func (b *BackendBucket) Exists() bool
type ForwardRule ¶
type ForwardRule struct {
// contains filtered or unexported fields
}
func (*ForwardRule) Create ¶
func (f *ForwardRule) Create() (string, error)
func (*ForwardRule) Destroy ¶
func (f *ForwardRule) Destroy() (string, error)
func (*ForwardRule) Exists ¶
func (f *ForwardRule) Exists() bool
type GCloud ¶
type GCloud struct { Project string Bucket string IP *IP BackendBucket *BackendBucket URLMap *URLMap SSLCert *SSLCert Proxy *Proxy ForwardRule *ForwardRule }
type Proxy ¶
type Proxy struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.