Documentation ¶
Index ¶
- func Create(ctx context.Context, r soap.RoundTripper, req *types.Create) (*types.CreateResponse, error)
- func Delete(ctx context.Context, r soap.RoundTripper, req *types.Delete) (*types.DeleteResponse, error)
- func Get(ctx context.Context, r soap.RoundTripper, req *types.Get) (*types.GetResponse, error)
- func GetLocale(ctx context.Context, r soap.RoundTripper, req *types.GetLocale) (*types.GetLocaleResponse, error)
- func GetSiteId(ctx context.Context, r soap.RoundTripper, req *types.GetSiteId) (*types.GetSiteIdResponse, error)
- func List(ctx context.Context, r soap.RoundTripper, req *types.List) (*types.ListResponse, error)
- func RetrieveHaBackupConfiguration(ctx context.Context, r soap.RoundTripper, ...) (*types.RetrieveHaBackupConfigurationResponse, error)
- func RetrieveServiceContent(ctx context.Context, r soap.RoundTripper, req *types.RetrieveServiceContent) (*types.RetrieveServiceContentResponse, error)
- func Set(ctx context.Context, r soap.RoundTripper, req *types.Set) (*types.SetResponse, error)
- func SetLocale(ctx context.Context, r soap.RoundTripper, req *types.SetLocale) (*types.SetLocaleResponse, error)
- type CreateBody
- type DeleteBody
- type GetBody
- type GetLocaleBody
- type GetSiteIdBody
- type ListBody
- type RetrieveHaBackupConfigurationBody
- type RetrieveServiceContentBody
- type SetBody
- type SetLocaleBody
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Create ¶
func Create(ctx context.Context, r soap.RoundTripper, req *types.Create) (*types.CreateResponse, error)
func Delete ¶
func Delete(ctx context.Context, r soap.RoundTripper, req *types.Delete) (*types.DeleteResponse, error)
func Get ¶
func Get(ctx context.Context, r soap.RoundTripper, req *types.Get) (*types.GetResponse, error)
func GetLocale ¶
func GetLocale(ctx context.Context, r soap.RoundTripper, req *types.GetLocale) (*types.GetLocaleResponse, error)
func GetSiteId ¶
func GetSiteId(ctx context.Context, r soap.RoundTripper, req *types.GetSiteId) (*types.GetSiteIdResponse, error)
func List ¶
func List(ctx context.Context, r soap.RoundTripper, req *types.List) (*types.ListResponse, error)
func RetrieveHaBackupConfiguration ¶
func RetrieveHaBackupConfiguration(ctx context.Context, r soap.RoundTripper, req *types.RetrieveHaBackupConfiguration) (*types.RetrieveHaBackupConfigurationResponse, error)
func RetrieveServiceContent ¶
func RetrieveServiceContent(ctx context.Context, r soap.RoundTripper, req *types.RetrieveServiceContent) (*types.RetrieveServiceContentResponse, error)
Types ¶
type CreateBody ¶
type CreateBody struct { Req *types.Create `xml:"urn:lookup Create,omitempty"` Res *types.CreateResponse `xml:"urn:lookup CreateResponse,omitempty"` Fault_ *soap.Fault `xml:"http://schemas.xmlsoap.org/soap/envelope/ Fault,omitempty"` }
func (*CreateBody) Fault ¶
func (b *CreateBody) Fault() *soap.Fault
type DeleteBody ¶
type DeleteBody struct { Req *types.Delete `xml:"urn:lookup Delete,omitempty"` Res *types.DeleteResponse `xml:"urn:lookup DeleteResponse,omitempty"` Fault_ *soap.Fault `xml:"http://schemas.xmlsoap.org/soap/envelope/ Fault,omitempty"` }
func (*DeleteBody) Fault ¶
func (b *DeleteBody) Fault() *soap.Fault
type GetBody ¶
type GetLocaleBody ¶
type GetLocaleBody struct { Req *types.GetLocale `xml:"urn:lookup GetLocale,omitempty"` Res *types.GetLocaleResponse `xml:"urn:lookup GetLocaleResponse,omitempty"` Fault_ *soap.Fault `xml:"http://schemas.xmlsoap.org/soap/envelope/ Fault,omitempty"` }
func (*GetLocaleBody) Fault ¶
func (b *GetLocaleBody) Fault() *soap.Fault
type GetSiteIdBody ¶
type GetSiteIdBody struct { Req *types.GetSiteId `xml:"urn:lookup GetSiteId,omitempty"` Res *types.GetSiteIdResponse `xml:"urn:lookup GetSiteIdResponse,omitempty"` Fault_ *soap.Fault `xml:"http://schemas.xmlsoap.org/soap/envelope/ Fault,omitempty"` }
func (*GetSiteIdBody) Fault ¶
func (b *GetSiteIdBody) Fault() *soap.Fault
type ListBody ¶
type RetrieveHaBackupConfigurationBody ¶
type RetrieveHaBackupConfigurationBody struct { Req *types.RetrieveHaBackupConfiguration `xml:"urn:lookup RetrieveHaBackupConfiguration,omitempty"` Res *types.RetrieveHaBackupConfigurationResponse `xml:"urn:lookup RetrieveHaBackupConfigurationResponse,omitempty"` Fault_ *soap.Fault `xml:"http://schemas.xmlsoap.org/soap/envelope/ Fault,omitempty"` }
func (*RetrieveHaBackupConfigurationBody) Fault ¶
func (b *RetrieveHaBackupConfigurationBody) Fault() *soap.Fault
type RetrieveServiceContentBody ¶
type RetrieveServiceContentBody struct { Req *types.RetrieveServiceContent `xml:"urn:lookup RetrieveServiceContent,omitempty"` Res *types.RetrieveServiceContentResponse `xml:"urn:lookup RetrieveServiceContentResponse,omitempty"` Fault_ *soap.Fault `xml:"http://schemas.xmlsoap.org/soap/envelope/ Fault,omitempty"` }
func (*RetrieveServiceContentBody) Fault ¶
func (b *RetrieveServiceContentBody) Fault() *soap.Fault
type SetBody ¶
type SetLocaleBody ¶
type SetLocaleBody struct { Req *types.SetLocale `xml:"urn:lookup SetLocale,omitempty"` Res *types.SetLocaleResponse `xml:"urn:lookup SetLocaleResponse,omitempty"` Fault_ *soap.Fault `xml:"http://schemas.xmlsoap.org/soap/envelope/ Fault,omitempty"` }
func (*SetLocaleBody) Fault ¶
func (b *SetLocaleBody) Fault() *soap.Fault
Click to show internal directories.
Click to hide internal directories.