service

package
v0.0.0-...-67bf5fd Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 18, 2022 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

View Source
const (
	SERVICE_NAME = "HelloService"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type CalcRequest

type CalcRequest struct {
	A int `json:"a"`
	B int `json:"b"`
}

type HelloService

type HelloService interface {
	Hello(request string, response *string) error
	Calc(req *CalcRequest, response *int) error
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL