Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NotifyHubOK ¶
func NotifyHubOK(t goatest.TInterface, ctx context.Context, service *goa.Service, ctrl app.HubController) http.ResponseWriter
NotifyHubOK runs the method Notify of the given controller with the given parameters. It returns the response writer so it's possible to inspect the response headers. If ctx is nil then context.Background() is used. If service is nil then a default service is created.
func VerifiyHubOK ¶
func VerifiyHubOK(t goatest.TInterface, ctx context.Context, service *goa.Service, ctrl app.HubController, hubChallenge *string, hubLeaseSeconds *float64, hubMode string, hubReason *string, hubTopic string) http.ResponseWriter
VerifiyHubOK runs the method Verifiy of the given controller with the given parameters. It returns the response writer so it's possible to inspect the response headers. If ctx is nil then context.Background() is used. If service is nil then a default service is created.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.