Documentation
¶
Index ¶
- func SetLoggerOutput1(w io.Writer)
- type MySqlAPI
- func (api *MySqlAPI) GetLastUpdateTime() (modTime time.Time, err error)
- func (api *MySqlAPI) GetPluginCounts(opt PluginListOpt) (count PluginCounts, err error)
- func (api *MySqlAPI) GetPluginIdList(opt PluginListOpt) (ids []string, err error)
- func (api *MySqlAPI) GetPluginInfo(id string, version string) (info *PluginInfo, err error)
- func (api *MySqlAPI) GetPluginInfos(id string) (infos []*PluginInfo, err error)
- func (api *MySqlAPI) GetPluginLastUpdateTime(id string) (modTime time.Time, err error)
- func (api *MySqlAPI) GetPluginList(opt PluginListOpt) (infos []*PluginInfo, err error)
- func (api *MySqlAPI) GetPluginReadme(id string) (content Content, err error)
- func (api *MySqlAPI) GetPluginRelease(id string, tag Version) (release *PluginRelease, err error)
- func (api *MySqlAPI) GetPluginReleaseAsset(id string, tag Version, filename string) (rc io.ReadSeekCloser, modTime time.Time, err error)
- func (api *MySqlAPI) GetPluginReleases(id string) (releases []*PluginRelease, err error)
- func (api *MySqlAPI) QueryContext(ctx context.Context, cmd string, args ...any) (rows *sql.Rows, err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SetLoggerOutput1 ¶ added in v1.2.0
Types ¶
type MySqlAPI ¶
func NewMySqlAPI ¶
func (*MySqlAPI) GetLastUpdateTime ¶ added in v1.0.0
func (*MySqlAPI) GetPluginCounts ¶
func (*MySqlAPI) GetPluginIdList ¶ added in v1.0.0
func (*MySqlAPI) GetPluginInfo ¶
TODO: query version
func (*MySqlAPI) GetPluginInfos ¶ added in v1.3.0
func (*MySqlAPI) GetPluginLastUpdateTime ¶ added in v1.0.0
func (*MySqlAPI) GetPluginList ¶
func (*MySqlAPI) GetPluginReadme ¶
func (*MySqlAPI) GetPluginRelease ¶
func (*MySqlAPI) GetPluginReleaseAsset ¶
func (*MySqlAPI) GetPluginReleases ¶
Click to show internal directories.
Click to hide internal directories.