Documentation ¶
Index ¶
- type IPSourceGroups
- type Service
- func (service *Service) Create(ipGroupID *IPSourceGroups) (*IPSourceGroups, error)
- func (service *Service) Delete(ipGroupID int) (*http.Response, error)
- func (service *Service) Get(ipGroupID int) (*IPSourceGroups, error)
- func (service *Service) GetAll() ([]IPSourceGroups, error)
- func (service *Service) GetByName(ipSourceGroupsName string) (*IPSourceGroups, error)
- func (service *Service) Update(ipGroupID int, ipGroup *IPSourceGroups) (*IPSourceGroups, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IPSourceGroups ¶
type Service ¶
func (*Service) Create ¶
func (service *Service) Create(ipGroupID *IPSourceGroups) (*IPSourceGroups, error)
func (*Service) GetAll ¶ added in v0.0.4
func (service *Service) GetAll() ([]IPSourceGroups, error)
func (*Service) GetByName ¶
func (service *Service) GetByName(ipSourceGroupsName string) (*IPSourceGroups, error)
func (*Service) Update ¶
func (service *Service) Update(ipGroupID int, ipGroup *IPSourceGroups) (*IPSourceGroups, error)
Click to show internal directories.
Click to hide internal directories.