Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type UnblockerRequest ¶
type UnblockerRequest struct { *UnblockerZone Url string }
func (*UnblockerRequest) Execute ¶
func (request *UnblockerRequest) Execute() (string, error)
type UnblockerZone ¶
type UnblockerZone struct {
// contains filtered or unexported fields
}
func NewUnblockerZone ¶
func NewUnblockerZone(BrdCustomerId, ZoneName, ZonePassword, Country, State, City string) (*UnblockerZone, error)
func (*UnblockerZone) NewRequest ¶
func (zone *UnblockerZone) NewRequest(Url string) *UnblockerRequest
Click to show internal directories.
Click to hide internal directories.