Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CreatePostTable ¶
type CreatePostTable struct{}
func (*CreatePostTable) Down ¶
func (m *CreatePostTable) Down(con *sqlx.DB)
func (*CreatePostTable) GetName ¶
func (m *CreatePostTable) GetName() string
func (*CreatePostTable) Up ¶
func (m *CreatePostTable) Up(con *sqlx.DB)
type CreateUserTable ¶
type CreateUserTable struct{}
func (*CreateUserTable) Down ¶
func (m *CreateUserTable) Down(con *sqlx.DB)
func (*CreateUserTable) GetName ¶
func (m *CreateUserTable) GetName() string
func (*CreateUserTable) Up ¶
func (m *CreateUserTable) Up(con *sqlx.DB)
type UpdateUserTable ¶
type UpdateUserTable struct{}
func (*UpdateUserTable) Down ¶
func (m *UpdateUserTable) Down(con *sqlx.DB)
func (*UpdateUserTable) GetName ¶
func (m *UpdateUserTable) GetName() string
func (*UpdateUserTable) Up ¶
func (m *UpdateUserTable) Up(con *sqlx.DB)
Click to show internal directories.
Click to hide internal directories.