Files
go-grip/pkg/client.go
2024-12-25 22:57:11 +01:00

11 lines
147 B
Go

package pkg
type Client struct {
Theme string
OpenBrowser bool
Host string
Port int
OpenReadme bool
BoundingBox bool
}