samba/pkg/servername/servername.go

13 lines
210 B
Go
Raw Permalink Normal View History

2025-06-04 09:51:39 +08:00
package servername
const (
Truco = "truco"
Hall = "hall"
Club = "club"
Money = "money"
User = "user"
ClickHouse = "clickhouse"
Cacheta = "cacheta"
Other = "other"
)