Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Server ¶
type Server struct {
// contains filtered or unexported fields
}
Http API server intended to serve Gravity log queries, internally the incoming queries are transformed to LQL (Logrange Query Language) and executed against Logrange database.
func NewServer ¶
NewServer creates api server for the given params, it has Serve() and Shutdown() lifecycle methods it's caller's responsibility to call them appropriately
Click to show internal directories.
Click to hide internal directories.