Documentation ¶
Index ¶
- type MyService
- func (s *MyService) ArgsWithComplexImportPathsAndAlias(a xml.CharData, b constraint.Expr, server alias.ResponseRecorder)
- func (s *MyService) ContextMethod(ctx context.Context)
- func (s *MyService) NoArgsMethod()
- func (s *MyService) OneArgErrorMethod() error
- func (s *MyService) PassthroughMethod() error
- func (s *MyService) TwoArgsErrorMethod(ctx context.Context, aStruct Struct) (string, error)
- type MyServiceProxy
- func (d *MyServiceProxy) ArgsWithComplexImportPathsAndAlias(a xml.CharData, b constraint.Expr, server alias.ResponseRecorder)
- func (d *MyServiceProxy) ContextMethod(ctx context.Context)
- func (d *MyServiceProxy) NoArgsMethod()
- func (d *MyServiceProxy) OneArgErrorMethod() error
- func (d *MyServiceProxy) PassthroughMethod() error
- func (d *MyServiceProxy) TwoArgsErrorMethod(ctx context.Context, aStruct Struct) (string, error)
- type Struct
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MyService ¶
type MyService struct {
// contains filtered or unexported fields
}
func NewMyService ¶
func (*MyService) ArgsWithComplexImportPathsAndAlias ¶
func (s *MyService) ArgsWithComplexImportPathsAndAlias(a xml.CharData, b constraint.Expr, server alias.ResponseRecorder)
func (*MyService) ContextMethod ¶
func (*MyService) NoArgsMethod ¶
func (s *MyService) NoArgsMethod()
func (*MyService) OneArgErrorMethod ¶
func (*MyService) PassthroughMethod ¶
type MyServiceProxy ¶
type MyServiceProxy struct {
// contains filtered or unexported fields
}
func NewMyServiceProxy ¶
func (*MyServiceProxy) ArgsWithComplexImportPathsAndAlias ¶
func (d *MyServiceProxy) ArgsWithComplexImportPathsAndAlias(a xml.CharData, b constraint.Expr, server alias.ResponseRecorder)
func (*MyServiceProxy) ContextMethod ¶
func (d *MyServiceProxy) ContextMethod(ctx context.Context)
func (*MyServiceProxy) NoArgsMethod ¶
func (d *MyServiceProxy) NoArgsMethod()
func (*MyServiceProxy) OneArgErrorMethod ¶
func (d *MyServiceProxy) OneArgErrorMethod() error
func (*MyServiceProxy) PassthroughMethod ¶
func (d *MyServiceProxy) PassthroughMethod() error
func (*MyServiceProxy) TwoArgsErrorMethod ¶
Click to show internal directories.
Click to hide internal directories.