Versions in this module Expand all Collapse all v1 v1.0.2 May 11, 2023 v1.0.1 May 11, 2023 Changes in this version + func All() fx.Option v1.0.0 May 11, 2023 Changes in this version + var BuildTime = "2021/11/30 20:08:12" + var CommitHash = "49d52932" + var Version = "1.0" + func NewSampleHealthChecker() actuator.HealthChecker + func NewSampleInformer() actuator.Informer + func NewSampleListener(service *SampleService) pubsub.Subscriber + type SampleEvent struct + func NewSampleEvent(ctx context.Context, payload *SampleEventMessage) *SampleEvent + func (a SampleEvent) String() string + type SampleEventExecutor struct + func NewSampleEventExecutor() *SampleEventExecutor + func (s SampleEventExecutor) Execute(fn func()) + type SampleEventMessage struct + Field1 string + Field2 string + type SampleHealthChecker struct + func (h SampleHealthChecker) Check(ctx context.Context) actuator.StatusDetails + func (h SampleHealthChecker) Component() string + type SampleInformer struct + func (s SampleInformer) Key() string + func (s SampleInformer) Value() interface{} + type SampleListener struct + func (s SampleListener) Handle(e pubsub.Event) + func (s SampleListener) Supports(e pubsub.Event) bool + type SampleProperties struct + Field1 string + Field2 int + Field3 []time.Duration + func NewSampleProperties(loader config.Loader) (*SampleProperties, error) + func (s SampleProperties) Prefix() string + type SampleService struct + func NewSampleService(httpClient client.ContextualHttpClient) *SampleService + func (s SampleService) DoSomething(ctx context.Context) error