Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ComputeService ¶
ComputeService is GCP compute setvice
type GCSObj ¶
type GCSObj struct { Ctx context.Context ComputeService *compute.Service Bucket string `json:"bucket"` ObjectName string `json:"name"` Md5Hash string `json:"md5Hash"` }
GCSObj is request body
func (*GCSObj) InvalidateCache ¶
func (gcsObj *GCSObj) InvalidateCache()
InvalidateCache will invalidate CDN cache
Click to show internal directories.
Click to hide internal directories.