Documentation ¶
Index ¶
- type E2EResult
- type Endtoend
- func (e *Endtoend) Check(ctx context.Context, request *endtoend.Request, response *endtoend.Response) error
- func (e *Endtoend) CronCheck()
- func (e *Endtoend) Mailin(ctx context.Context, req *json.RawMessage, rsp *MailinResponse) error
- func (e *Endtoend) RunCheck(ctx context.Context, request *endtoend.Request, response *endtoend.Response) error
- type ExampleError
- type MailinResponse
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type E2EResult ¶
type E2EResult struct { SetupErr error SignupErr error ExampleErrs []ExampleError }
type Endtoend ¶
type Endtoend struct {
// contains filtered or unexported fields
}
func NewEndToEnd ¶
func (*Endtoend) Mailin ¶
func (e *Endtoend) Mailin(ctx context.Context, req *json.RawMessage, rsp *MailinResponse) error
type ExampleError ¶
type MailinResponse ¶
type MailinResponse struct{}
Click to show internal directories.
Click to hide internal directories.