Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Service ¶
type Service struct {
// contains filtered or unexported fields
}
func (*Service) Upload ¶
func (s *Service) Upload(input *TaskUploadInput) error
type TaskUploadInput ¶
type TaskUploadInput struct { TaskID string Files []*multipart.FileHeader }
type TooOldError ¶
type TooOldError struct {
Name string
}
func (TooOldError) Error ¶
func (e TooOldError) Error() string
type WrapperRpmVersion ¶
type WrapperRpmVersion struct {
// contains filtered or unexported fields
}
func (*WrapperRpmVersion) Epoch ¶
func (c *WrapperRpmVersion) Epoch() int
func (*WrapperRpmVersion) Release ¶
func (c *WrapperRpmVersion) Release() string
func (*WrapperRpmVersion) Version ¶
func (c *WrapperRpmVersion) Version() string
Click to show internal directories.
Click to hide internal directories.