entities

package
v0.0.0-...-be30c67 Latest Latest
Warning

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

Go to latest
Published: Sep 1, 2023 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 DataListResponse

type DataListResponse struct {
	Code       int                    `json:"code"`
	Data       interface{}            `json:"data"`
	Page       int                    `json:"page"`
	PageSize   int                    `json:"page_size"`
	TotalPage  int                    `json:"total_page"`
	TotalData  int64                  `json:"total_data"`
	Message    string                 `json:"message"`
	DataSchema map[string]interface{} `json:"data_schema"`
}

type DataResponse

type DataResponse struct {
	Code       int                    `json:"code"`
	Data       interface{}            `json:"data"`
	Message    string                 `json:"message"`
	DataSchema map[string]interface{} `json:"data_schema"`
}

type ICRUDDataModel

type ICRUDDataModel interface {
	TableName() string
	Datasource() sharedcrud.DatasourceType
}

Jump to

Keyboard shortcuts

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