services

package
v0.7.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 21, 2026 License: Apache-2.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AppService

type AppService struct {
	Store store.Datastore
	// procyon:module-service-fields
	Hello   *HelloService
	Metrics *telemetry.BusinessMetrics
	// contains filtered or unexported fields
}

func NewAppService

func NewAppService(store store.Datastore, logger *zap.Logger, metrics *telemetry.BusinessMetrics) *AppService

type HelloService

type HelloService struct {
	Store store.Datastore
	// contains filtered or unexported fields
}

func NewHelloService

func NewHelloService(store store.Datastore, logger *zap.Logger, metrics *telemetry.BusinessMetrics) *HelloService

func (*HelloService) Greet

func (s *HelloService) Greet(ctx context.Context, in models.HelloInput, identityID string) (*models.HelloResponse, error)

func (*HelloService) Health

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL