Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Options ¶
type Options[OPTS any, INJ any] struct { AltKeys []string Options []func(opt *OPTS) BeforeInstaller func() AfterInstaller func() BeforeInstall func() AfterInstall func() BeforeStartup func() AfterStartup func() BeforeCheck func() OnCheck func(code int, body []byte) AfterCheck func() BeforeShutdown func() AfterShutdown func() BeforeHandle func() Handle func(c winter.Context, ins wext.Instance[OPTS, INJ]) OnHandle func(code int, body []byte) AfterHandle func() }
Click to show internal directories.
Click to hide internal directories.