consts

package
v0.0.0-...-8f4e997 Latest Latest
Warning

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

Go to latest
Published: Feb 26, 2023 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

View Source
const (
	CommentTableName    = "comment"
	FollowTableName     = "follow"
	LikeTableName       = "like"
	MessageTableName    = "message"
	UserTableName       = "user"
	VideoTableName      = "video"
	EtcdAddress         = "127.0.0.1:2379"
	UserServiceName     = "usersvr"
	UserUserServiceName = "useruser"
	UserPlatServiceName = "userplat"
	ChatService         = "chat"

	WebServerPort     = "8080"
	WebServerPublicIP = "192.168.0.106"
	StaticPort        = "8081"

	MySQLDefaultDSN = "tik_duck:duck@tcp(localhost:9910)/tik_duck?charset=utf8mb4&parseTime=True"
	TCP             = "tcp"
	Success         = "success"
	HTTPMaxBodySize = 1024 * 1024 * 1024 // 1GB
)

Variables

This section is empty.

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

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