pomerium/integration/internal/cluster/config.go

6 lines
87 B
Go

package cluster
type Config struct {
WorkingDirectory string
HTTPSPort int
}