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