The DagQL server for the current client's session
(context.Context)
| 106 | |
| 107 | // The DagQL server for the current client's session |
| 108 | Server(context.Context) (*dagql.Server, error) |
| 109 | |
| 110 | // Mix in this http endpoint+handler to the current client's session |
| 111 | MuxEndpoint(context.Context, string, http.Handler) error |
no outgoing calls
no test coverage detected