Documentation ¶
Overview ¶
Package shimlessrma contains local Tast tests that exercise shimlessrma.
Index ¶
- type AppService
- func (shimlessRMA *AppService) CloseShimlessRMA(ctx context.Context, req *empty.Empty) (*empty.Empty, error)
- func (shimlessRMA *AppService) NewShimlessRMA(ctx context.Context, req *pb.NewShimlessRMARequest) (*empty.Empty, error)
- func (shimlessRMA *AppService) TestWelcomeAndCancel(ctx context.Context, rreq *empty.Empty) (*empty.Empty, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AppService ¶
type AppService struct {
// contains filtered or unexported fields
}
AppService contains context about shimless rma.
func (*AppService) CloseShimlessRMA ¶
func (shimlessRMA *AppService) CloseShimlessRMA(ctx context.Context, req *empty.Empty) (*empty.Empty, error)
CloseShimlessRMA closes and releases the resources obtained by New.
func (*AppService) NewShimlessRMA ¶
func (shimlessRMA *AppService) NewShimlessRMA(ctx context.Context, req *pb.NewShimlessRMARequest) (*empty.Empty, error)
NewShimlessRMA creates ShimlessRMA.
func (*AppService) TestWelcomeAndCancel ¶
func (shimlessRMA *AppService) TestWelcomeAndCancel(ctx context.Context, rreq *empty.Empty) (*empty.Empty, error)
TestWelcomeAndCancel tests welcome page is loaded and then cancel it.
Click to show internal directories.
Click to hide internal directories.