Documentation
¶
Index ¶
Constants ¶
View Source
const PublicIpTransientKey string = "PublicIp"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type O11yQueryRepo ¶
type O11yQueryRepo struct {
// contains filtered or unexported fields
}
func NewO11yQueryRepo ¶
func NewO11yQueryRepo( transientDbSvc *internalDbInfra.TransientDatabaseService, ) *O11yQueryRepo
func (*O11yQueryRepo) ReadOverview ¶
func (repo *O11yQueryRepo) ReadOverview( withResourceUsage bool, ) (o11yOverview entity.O11yOverview, err error)
func (*O11yQueryRepo) ReadServerPublicIpAddress ¶
func (repo *O11yQueryRepo) ReadServerPublicIpAddress() ( ipAddress valueObject.IpAddress, err error, )
Click to show internal directories.
Click to hide internal directories.