Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type StringService ¶
type StringService interface { // @logs-ignore ans, err // @cache Uppercase(ctx context.Context, stringsMap map[string]string) (ans string, err error) // @http-method geT // @cache-key text // @json-rpc-prefix v1. Count(ctx context.Context, text string, symbol string) (count int, positions []int, err error) // @logs-len comments TestCase(ctx context.Context, comments []*Comment) (tree map[string]int, err error) DummyMethod(ctx context.Context) (err error) // @microgen - IgnoredMethod() // @microgen - IgnoredErrorMethod() error }
@microgen middleware, logging, grpc, http, recovering, error-logging, tracing, caching, metrics, service-discovery @grpc-addr service.string.StringService @protobuf github.com/devimteam/microgen/examples/protobuf
Directories ¶
Path | Synopsis |
---|---|
cmd
|
|
string_service
Microgen appends missed functions.
|
Microgen appends missed functions. |
grpc
Please, do not change functions names! It is better for you if you do not change functions names! This file will never be overwritten.
|
Please, do not change functions names! It is better for you if you do not change functions names! This file will never be overwritten. |
http
Please, do not change functions names!
|
Please, do not change functions names! |
Click to show internal directories.
Click to hide internal directories.