server

package
v0.5.1 Latest Latest
Warning

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

Go to latest
Published: Mar 8, 2023 License: Apache-2.0 Imports: 16 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Init

func Init()

func InitConfig

func InitConfig()

Types

type RedisConnection

type RedisConnection struct {
	tablesync.TableMeta
	Id        uint32 `ddl:"primaryKey"`
	Title     string
	Host      string
	Port      string `ddl:"size:5"`
	Db        string `ddl:"size:2;default:0"`
	Username  string `ddl:"size:128"`
	Password  string `ddl:"size:128"`
	Options   string `ddl:"type:json"`
	DbAlias   string `ddl:"type:json"`
	Tags      string `ddl:"type:json"`
	CreatedAt *time.Time
	CreatedBy string `ddl:"size:32"`
	UpdatedAt *time.Time
	UpdatedBy string `ddl:"size:32"`
	DeletedAt *time.Time
}

Directories

Path Synopsis
api
ws

Jump to

Keyboard shortcuts

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