Documentation
¶
Overview ¶
Package service provides the API handlers for ants publish.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AntsPublishService ¶
type AntsPublishService struct {
// contains filtered or unexported fields
}
func NewAntsPublishService ¶
func NewAntsPublishService(ctx context.Context, req *api.PublishRequest) (*AntsPublishService, error)
NewAntsPublishService creates a new publish service to interact with Ants.
func (*AntsPublishService) UploadArtifacts ¶
func (aps *AntsPublishService) UploadArtifacts(ctx context.Context) error
func (*AntsPublishService) UploadToAnts ¶
func (aps *AntsPublishService) UploadToAnts(ctx context.Context) error
UploadToAnts uploads test results to Ants.
type InvocationSealedError ¶
func (*InvocationSealedError) Error ¶
func (ie *InvocationSealedError) Error() string
Click to show internal directories.
Click to hide internal directories.