Documentation ¶
Index ¶
- type CBICertificate
- type Service
- func (service *Service) Create(cbiProfile *CBICertificate) (*CBICertificate, *http.Response, error)
- func (service *Service) Delete(certificateID string) (*http.Response, error)
- func (service *Service) Get(certificateID string) (*CBICertificate, *http.Response, error)
- func (service *Service) GetAll() ([]CBICertificate, *http.Response, error)
- func (service *Service) GetByName(certificateName string) (*CBICertificate, *http.Response, error)
- func (service *Service) Update(certificateID string, certificateRequest *CBICertificate) (*http.Response, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CBICertificate ¶
Click to show internal directories.
Click to hide internal directories.