mirror of
https://github.com/pomerium/pomerium.git
synced 2025-04-29 10:26:29 +02:00
6 lines
87 B
Go
6 lines
87 B
Go
package cluster
|
|
|
|
type Config struct {
|
|
WorkingDirectory string
|
|
HTTPSPort int
|
|
}
|