sharedutils/auth/auth.go

6 lines
64 B
Go
Raw Normal View History

2023-01-14 21:17:27 +00:00
package sharedauth
type InstallId struct {
InstallId string
}