converge/pkg/models/convergeaccess.go

11 lines
155 B
Go

package models
import "time"
type ConvergeAccess struct {
// 's" when secure, "" otherwise
Secure string
BaseUrl string
Location *time.Location
}