Documentation ¶
Index ¶
Constants ¶
View Source
const (
StrMaxSize = 1024
)
Variables ¶
View Source
var ( ErrMaxSize = errors.New("maximum size of 1024 bytes exceeded") ErrStrValue = errors.New("maximum size of 1024 bytes exceeded") )
Service errors
Functions ¶
This section is empty.
Types ¶
type StringService ¶
type StringService struct{}
func (*StringService) Concat ¶
func (s *StringService) Concat(ctx context.Context, req *pb.StringRequest) (*pb.StringResponse, error)
func (*StringService) Diff ¶
func (s *StringService) Diff(ctx context.Context, req *pb.StringRequest) (*pb.StringResponse, error)
Click to show internal directories.
Click to hide internal directories.