| 25 | } |
| 26 | |
| 27 | type operatorHTTP struct { |
| 28 | router *mux.Router |
| 29 | results map[string]preparedEntry |
| 30 | } |
| 31 | |
| 32 | func NewOperatorHTTP() (OperatorHTTP, error) { |
| 33 | retval := &operatorHTTP{ |
nothing calls this directly
no outgoing calls
no test coverage detected