attributes

package
v0.15.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 29, 2022 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GetGeneralAttribute

func GetGeneralAttribute(attributeName string) (result string, err error)

GetGeneralAttribute expects to return a single attribute value (not associated with a specific hostname)

func GetHostAttribute

func GetHostAttribute(hostname string, attributeName string) (string, error)

GetHostAttribute expects to return a single attribute for a given hostname/attribute-name combination or error on empty result

func SetGeneralAttribute

func SetGeneralAttribute(attributeName string, attributeValue string) error

SetGeneralAttribute sets an attribute not associated with a host. Its a key-value thing

func SetHostAttributes

func SetHostAttributes(hostname string, attributeName string, attributeValue string) error

SetHostAttributes is used to set host attributes

Types

type HostAttributes

type HostAttributes struct {
	Hostname        string
	AttributeName   string
	AttributeValue  string
	SubmitTimestamp string
	ExpireTimestamp string
}

HostAttributes presents attributes submitted by a host

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL