Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EvidenceCreationBody ¶
type EvidenceCreationBody struct {
EvidenceDetails
}
type EvidenceDetails ¶
type EvidenceOperation ¶
type EvidenceOperation interface {
// contains filtered or unexported methods
}
type EvidenceService ¶
type EvidenceService struct {
// contains filtered or unexported fields
}
func NewEvidenceService ¶
func NewEvidenceService(evidenceDetails auth.ServiceDetails, client *jfroghttpclient.JfrogHttpClient) *EvidenceService
func (*EvidenceService) GetEvidenceDetails ¶
func (es *EvidenceService) GetEvidenceDetails() auth.ServiceDetails
func (*EvidenceService) UploadEvidence ¶
func (es *EvidenceService) UploadEvidence(evidenceDetails EvidenceDetails) ([]byte, error)
Click to show internal directories.
Click to hide internal directories.