Documentation
¶
Index ¶
- Constants
- type CuratedService
- type LoadService
- func (self *LoadService) Put(entity *model.RepositoryStats) (*datastore.Key, error)
- func (self *LoadService) PutMulti(entities []*model.RepositoryStats) ([]*datastore.Key, error)
- func (self *LoadService) ReceiveTask(payload string, entitiesPerTask int) ([]*datastore.Key, error)
- func (self *LoadService) SendTask(elements []string) error
- type StatsService
Constants ¶
View Source
const RepositoryStatsKind = "RepositoryStats"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CuratedService ¶
func (*CuratedService) GetAll ¶
func (self *CuratedService) GetAll() ([]byte, error)
type LoadService ¶
func (*LoadService) Put ¶
func (self *LoadService) Put(entity *model.RepositoryStats) (*datastore.Key, error)
func (*LoadService) PutMulti ¶
func (self *LoadService) PutMulti(entities []*model.RepositoryStats) ([]*datastore.Key, error)
func (*LoadService) ReceiveTask ¶
func (*LoadService) SendTask ¶
func (self *LoadService) SendTask(elements []string) error
type StatsService ¶
func (*StatsService) GetRepository ¶
func (self *StatsService) GetRepository(repositoryName string) (*model.RepositoryStats, error)
Click to show internal directories.
Click to hide internal directories.