Documentation
¶
Index ¶
Constants ¶
View Source
const (
// ServiceName - The name of service.
ServiceName = "Version"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type VersionAPI ¶
type VersionAPI interface {
VersionCommand() (output *models.VersionDocClass, resp *http.Response, err error)
}
type VersionService ¶
VersionService provides the API operations for making requests to Version endpoint.
func New ¶
func New(cfg *config.Config) *VersionService
New createa a new instance of the VersionService client.
Example:
cfg := config.NewConfig().WithUsername("Administrator").WithPassword("2FederateM0re").WithEndpoint(paURL.String()) //Create a VersionService from the configuration svc := version.New(cfg)
func (*VersionService) VersionCommand ¶
func (s *VersionService) VersionCommand() (output *models.VersionDocClass, resp *http.Response, err error)
VersionCommand - Get the PingAccess version number RequestType: GET Input:
Click to show internal directories.
Click to hide internal directories.