package
Version:
v0.6.0
Opens a new window with list of versions in this module.
Published: May 25, 2021
License: AGPL-3.0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type DivisionResult struct {
Uuid string `json:"uuid" db:"uuid"`
Name string `json:"name" db:"name"`
OpenAt string `json:"open_at" db:"open_at"`
}
type ExportMenuResult struct {
}
type ExportOrderStatusResult struct {
StatCode int64 `json:"stat_code" db:"STAT_CODE"`
StatName string `json:"stat_name" db:"STAT_NAME"`
}
type KeyDataResult struct {
Type string `json:"type" db:"type"`
Uuid string `json:"uuid" db:"uuid"`
Name string `json:"name" db:"name"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.