Documentation ¶
Index ¶
- type NetworkApplicationGroups
- type Service
- func (service *Service) Create(applicationGroup *NetworkApplicationGroups) (*NetworkApplicationGroups, error)
- func (service *Service) Delete(groupID int) (*http.Response, error)
- func (service *Service) GetAllNetworkApplicationGroups() ([]NetworkApplicationGroups, error)
- func (service *Service) GetNetworkApplicationGroups(groupID int) (*NetworkApplicationGroups, error)
- func (service *Service) GetNetworkApplicationGroupsByName(appGroupsName string) (*NetworkApplicationGroups, error)
- func (service *Service) Update(groupID int, applicationGroup *NetworkApplicationGroups) (*NetworkApplicationGroups, *http.Response, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Service ¶
func (*Service) Create ¶
func (service *Service) Create(applicationGroup *NetworkApplicationGroups) (*NetworkApplicationGroups, error)
func (*Service) GetAllNetworkApplicationGroups ¶
func (service *Service) GetAllNetworkApplicationGroups() ([]NetworkApplicationGroups, error)
func (*Service) GetNetworkApplicationGroups ¶
func (service *Service) GetNetworkApplicationGroups(groupID int) (*NetworkApplicationGroups, error)
func (*Service) GetNetworkApplicationGroupsByName ¶
func (service *Service) GetNetworkApplicationGroupsByName(appGroupsName string) (*NetworkApplicationGroups, error)
func (*Service) Update ¶
func (service *Service) Update(groupID int, applicationGroup *NetworkApplicationGroups) (*NetworkApplicationGroups, *http.Response, error)
Click to show internal directories.
Click to hide internal directories.