Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CacheService ¶
type CacheService interface {
GetDatasource(datasourceID int64, user *m.SignedInUser, skipCache bool) (*m.DataSource, error)
}
type CacheServiceImpl ¶
type CacheServiceImpl struct { Bus bus.Bus `inject:""` CacheService *cache.CacheService `inject:""` }
func (*CacheServiceImpl) GetDatasource ¶
func (dc *CacheServiceImpl) GetDatasource(datasourceID int64, user *m.SignedInUser, skipCache bool) (*m.DataSource, error)
func (*CacheServiceImpl) Init ¶
func (dc *CacheServiceImpl) Init() error
Click to show internal directories.
Click to hide internal directories.