Documentation
¶
Overview ¶
Package fake provides a changeprovider.ChangeProvider whose outcome is driven by the input change. With no marker it returns one empty ChangeInfo per URI, behaving as a best-case stub for wiring and baselines. A failure can be injected end-to-end (e.g. from an e2e land request) by embedding a marker token in a change URI of the form "sq-fake=<token>":
sq-fake=provider-error -> non-nil error
This lets a single running stack exercise negative paths purely by varying request payloads. It is intended for examples and tests only, never production.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func New ¶
func New() changeprovider.ChangeProvider
New returns a changeprovider.ChangeProvider that defaults to returning one empty ChangeInfo per URI and honors marker tokens embedded in change URIs.
Types ¶
This section is empty.