Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CachedResource ¶
func (*CachedResource[T]) IsExpired ¶
func (r *CachedResource[T]) IsExpired() bool
type Resources ¶
type Resources struct { User *CachedResource[*body.UserRead] Deployments *CachedResource[[]body.DeploymentRead] Vms *CachedResource[[]body.VmRead] }
func (*Resources) DropDeploymentsCache ¶
func (r *Resources) DropDeploymentsCache()
func (*Resources) DropUserCache ¶
func (r *Resources) DropUserCache()
func (*Resources) DropVmsCache ¶
func (r *Resources) DropVmsCache()
Click to show internal directories.
Click to hide internal directories.