samba/pkg/servername/servername.go
2025-06-04 09:51:39 +08:00

13 lines
210 B
Go

package servername
const (
Truco = "truco"
Hall = "hall"
Club = "club"
Money = "money"
User = "user"
ClickHouse = "clickhouse"
Cacheta = "cacheta"
Other = "other"
)