package gomig
import "zgo.at/goatcounter/v2/db/migrate/gomig"
Index ¶
- Variables
- func KeepAsText(ctx context.Context) error
- func UserAgentVersion(ctx context.Context) error
- func UserAgents(ctx context.Context) error
- func Widgets(ctx context.Context) error
Variables ¶
var Migrations = map[string]func(context.Context) error{ "2020-12-31-1-user_agents": UserAgents, "2021-02-25-1-ua_version": UserAgentVersion, "2021-03-29-1-widgets": Widgets, "2021-12-08-1-set-chart-text": KeepAsText, }
Functions ¶
func KeepAsText ¶
func UserAgentVersion ¶
func UserAgents ¶
func Widgets ¶
Can probably do this with JSON in SQL too, but ugh.
Source Files ¶
2020-12-31-1-user_agents.go 2021-02-25-1-ua_version.go 2021-03-29-1-widgets.go 2021-12-08-1-set-chart-text.go gomig.go
- Version
- v2.3.0
- Published
- Oct 17, 2022
- Platform
- linux/amd64
- Imports
- 10 packages
- Last checked
- 21 hours ago –
Tools for package owners.