package models

import "time"

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