Documentation ¶ Overview ¶ Package engine handles REST and gRPC client logic Package engine handles REST and gRPC client logic Index ¶ func CallMethod(address, service, method, jsonBody string) (string, error) func ListMethods(address string, serviceName string) ([]string, error) func ListServices(address string) ([]string, error) func Send(r models.Request) (models.Response, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func CallMethod ¶ func CallMethod(address, service, method, jsonBody string) (string, error) func ListMethods ¶ func ListMethods(address string, serviceName string) ([]string, error) func ListServices ¶ func ListServices(address string) ([]string, error) func Send ¶ func Send(r models.Request) (models.Response, error) Types ¶ This section is empty. Source Files ¶ View all Source files engine.gogrpc.go Click to show internal directories. Click to hide internal directories.