Files
socket-comm/pkg/middleware/chat/config/config.go
2025-05-05 05:46:38 +05:30

6 lines
54 B
Go

package config
type Config struct {
IsServer bool
}