Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FetchFn ¶
type FetchFn func(db *gorm.DB, gtRevision uint64) (ResourceList, error)
One of these exists off of the top-level API object.`
type FetchManager ¶
One of these exists off of the top-level API object.
type Fetcher ¶
type Fetcher interface { Fetch(db *gorm.DB, gtRevision uint64) (ResourceList, error) Close() }
type ResourceItem ¶
type ResourceItemList ¶
type ResourceItemList []ResourceItem
func (ResourceItemList) Len ¶
func (l ResourceItemList) Len() int
Click to show internal directories.
Click to hide internal directories.