Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TransformerServer ¶
type TransformerServer struct {
transform.UnimplementedTransformerServer
// contains filtered or unexported fields
}
func NewTransformerServer ¶
func NewTransformerServer(svcCtx *svc.ServiceContext) *TransformerServer
func (*TransformerServer) Expand ¶
func (s *TransformerServer) Expand(ctx context.Context, in *transform.ExpandReq) (*transform.ExpandResp, error)
func (*TransformerServer) Shorten ¶
func (s *TransformerServer) Shorten(ctx context.Context, in *transform.ShortenReq) (*transform.ShortenResp, error)
Click to show internal directories.
Click to hide internal directories.