domain

package
v0.1.1 Latest Latest
Warning

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

Go to latest
Published: Oct 8, 2024 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Journal

type Journal struct {
	ID            int        `sqlx:"name=ID,primaryKey=true,generator=autoincrement"`
	Ip            string     `sqlx:"IP"`
	BatchID       string     `sqlx:"BATCH_ID"`
	Status        int        `sqlx:"STATUS"`
	TempTableName string     `sqlx:"TEMP_TABLE_NAME"`
	Created       *time.Time `sqlx:"CREATED"`
	Updated       *time.Time `sqlx:"UPDATED"`
}

Jump to

Keyboard shortcuts

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