Second half of deletions for removing setOption

This commit is contained in:
Sam Ricotta
2022-08-01 13:47:10 +02:00
parent b52d0a318c
commit fd8818c480
20 changed files with 6 additions and 832 deletions

View File

@@ -39,8 +39,6 @@ type AppConnQuery interface {
EchoSync(string) (*types.ResponseEcho, error)
InfoSync(types.RequestInfo) (*types.ResponseInfo, error)
QuerySync(types.RequestQuery) (*types.ResponseQuery, error)
// SetOptionSync(key string, value string) (res types.Result)
}
type AppConnSnapshot interface {