Documentation ¶
Index ¶
- type Group
- type Host
- func (r *Host) FindByHostname(ctx context.Context, hostname string) (*models.Host, error)
- func (r *Host) List(ctx context.Context, match string) (models.HostSlice, error)
- func (r *Host) ListByGroupID(ctx context.Context, groupID int64) (models.HostSlice, error)
- func (r *Host) Upsert(ctx context.Context, record []string, zone string) error
- type Policy
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Group ¶
type Group struct {
// contains filtered or unexported fields
}
func (*Group) FindByName ¶
type Host ¶
type Host struct {
// contains filtered or unexported fields
}
func (*Host) FindByHostname ¶
func (*Host) ListByGroupID ¶
Click to show internal directories.
Click to hide internal directories.