mysql_counter

package
v0.81.0-dev-2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 19, 2024 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Counter

func Counter(
	host string,
	port int,
	user string,
	password string,
	name string,
)

Types

type CounterTable

type CounterTable struct {
	ID        uint `gorm:"primaryKey"`
	CreatedAt time.Time
	Count     int
}

func (CounterTable) TableName

func (CounterTable) TableName() string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL