Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ExtraRecordsMan ¶
type ExtraRecordsMan struct {
// contains filtered or unexported fields
}
func NewExtraRecordsManager ¶
func NewExtraRecordsManager(path string) (*ExtraRecordsMan, error)
NewExtraRecordsManager creates a new ExtraRecordsMan and starts watching the file at the given path.
func (*ExtraRecordsMan) Close ¶
func (e *ExtraRecordsMan) Close()
func (*ExtraRecordsMan) Records ¶
func (e *ExtraRecordsMan) Records() []tailcfg.DNSRecord
func (*ExtraRecordsMan) Run ¶
func (e *ExtraRecordsMan) Run()
func (*ExtraRecordsMan) UpdateCh ¶
func (e *ExtraRecordsMan) UpdateCh() <-chan []tailcfg.DNSRecord
Click to show internal directories.
Click to hide internal directories.