Documentation
¶
Index ¶
- type IndexService
- func (self *IndexService) Close() error
- func (self *IndexService) GetPage(args QueryArgs) ([]Repository, error)
- func (self *IndexService) SetTagStatus(repo, tag, status, description, target_url string) error
- func (self *IndexService) Sink() notifications.Sink
- func (self *IndexService) Write(events ...notifications.Event) error
- type QueryArgs
- type Repository
- type Tag
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IndexService ¶
type IndexService struct {
// contains filtered or unexported fields
}
func New ¶
func New(configuration *configuration.Configuration) (*IndexService, error)
func (*IndexService) Close ¶
func (self *IndexService) Close() error
func (*IndexService) GetPage ¶
func (self *IndexService) GetPage(args QueryArgs) ([]Repository, error)
func (*IndexService) SetTagStatus ¶
func (self *IndexService) SetTagStatus(repo, tag, status, description, target_url string) error
func (*IndexService) Sink ¶
func (self *IndexService) Sink() notifications.Sink
func (*IndexService) Write ¶
func (self *IndexService) Write(events ...notifications.Event) error
type Repository ¶
Click to show internal directories.
Click to hide internal directories.