Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ChangelogOrm ¶
type ChangelogOrm struct{}
func NewChangelogOrm ¶
func NewChangelogOrm() *ChangelogOrm
func (*ChangelogOrm) GetAll ¶
func (o *ChangelogOrm) GetAll(ch *api.Changelog) (*api.Changelogs, error)
type PluginsOrm ¶
type PluginsOrm struct{}
func NewPluginsOrm ¶
func NewPluginsOrm() *PluginsOrm
func (*PluginsOrm) Paginate ¶
func (p *PluginsOrm) Paginate(req *api.PaginatePluginsRequest) ([]*api.Plugin, error)
Click to show internal directories.
Click to hide internal directories.