dcbot/internal/domain/domain.go
Dawid Wysokiński 0436c56813
All checks were successful
continuous-integration/drone/push Build is passing
feat: add a new command - group set-server (#12)
Reviewed-on: #12
2022-10-10 05:16:40 +00:00

7 lines
110 B
Go

package domain
type NullString struct {
String string
Valid bool // Valid is true if String is not NULL
}