mirror of
https://github.com/openziti/zrok.git
synced 2025-01-09 23:48:14 +01:00
6 lines
54 B
Go
6 lines
54 B
Go
package model
|
|
|
|
type ZrokAuth struct {
|
|
Hello string
|
|
}
|