stubbing stuff out

pull/1/head
Adam Veldhousen 2021-04-30 21:21:19 -05:00
parent 492d522d24
commit 9cb717cf5c
Signed by: adam
GPG Key ID: 6DB29003C6DD1E4B
1 changed files with 4 additions and 0 deletions

View File

@ -16,7 +16,11 @@ type Storage interface {
io.Closer
Open() error
// AddRecursor() error
// DeleteRecursors(id) error
// GetRecursors(net.IP) ([]string,error)
// AddRule(Rule) error
// DeleteRule(int) error
// GetRules() ([]Rule,error)
Log(QueryLog) error
GetLog(GetLogInput) ([]QueryLog, error)
GetLogAggregate(LogAggregateInput) ([]LogAggregateDataPoint, error)