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 Uppercase(ctx context.Context, str ...map[string]interface{}) (ans string, err error) Count(ctx context.Context, text string, symbol string) (count int, positions []int, err error) // @logs-len comments TestCase(ctx context.Context, comments []*entity.Comment) (tree map[string]int, err error) }
@microgen middleware, logging, grpc, http, recover, main, error-logging @grpc-addr service.string @protobuf github.com/devimteam/microgen/examples/protobuf
Click to show internal directories.
Click to hide internal directories.