package
Version:
v0.0.0-...-15897c0
Opens a new window with list of versions in this module.
Published: Apr 23, 2023
License: MIT
Opens a new window with license information.
Imports: 6
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Pair struct {
Key, Value string
}
Reader reads sentences from a RouterOS device.
NewReader returns a new Reader to read from r.
Sentence is a line read from a RouterOS device.
type Writer interface {
BeginSentence()
WriteWord(word string)
EndSentence() error
}
Writer writes words to a RouterOS device.
NewWriter returns a new Writer to write to w.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.