Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DefaultDBURL ¶
func DefaultDBURL() string
func DefaultSchemaPath ¶
func DefaultSchemaPath() string
func RegisterHandlers ¶
func RegisterHandlers(exec *runtime.Executor, fn RegisterHandlersFunc) error
func RunServer ¶
func RunServer(opts ServerOptions) error
func RunWorker ¶
func RunWorker(opts WorkerOptions) error
Types ¶
type RegisterHandlersFunc ¶
type ServerOptions ¶
type ServerOptions struct {
SchemaPath string
DBURL string
Port string
ServiceName string
RegisterHandlers RegisterHandlersFunc
}
type WorkerOptions ¶
Click to show internal directories.
Click to hide internal directories.