Documentation ¶
Index ¶
- func DoGetHealthClient(name, url string) *health.Client
- func DoGetHealthcheckOk(cfg *config.Config, buildTime, gitCommit, version string) (service.HealthChecker, error)
- func GenerateCookie(name, value, domain, path string, httpOnly bool) *http.Cookie
- func SetCookies(cookies []*http.Cookie) chromedp.Action
- type Chrome
- type Collection
- type Component
- type FakeApi
- type Header
- type LegacyPublisher
- type Publisher
- type User
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DoGetHealthClient ¶
GetHealthClient returns a healthclient for the provided URL
func DoGetHealthcheckOk ¶
func DoGetHealthcheckOk(cfg *config.Config, buildTime, gitCommit, version string) (service.HealthChecker, error)
DoGetHealthCheck creates a healthcheck with versionInfo
func GenerateCookie ¶ added in v1.42.0
Types ¶
type Collection ¶
type Collection struct { componenttest.ErrorFeature // contains filtered or unexported fields }
func NewCollectionAction ¶
func NewCollectionAction(f *FakeApi, c context.Context) *Collection
type Component ¶
type Component struct { componenttest.ErrorFeature HTTPServer *http.Server FakeApi *FakeApi SignedInUser string // contains filtered or unexported fields }
func NewFlorenceComponent ¶
func (*Component) DoGetHTTPServer ¶
func (*Component) RegisterSteps ¶
func (c *Component) RegisterSteps(ctx *godog.ScenarioContext)
type LegacyPublisher ¶ added in v1.42.0
type LegacyPublisher struct {
// contains filtered or unexported fields
}
func NewLegacyPublisher ¶ added in v1.42.0
func NewLegacyPublisher(api *FakeApi, ctx context.Context) *LegacyPublisher
Click to show internal directories.
Click to hide internal directories.