package models

import "time"

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