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 ¶
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 ¶
func (s *HelloService) Health(ctx context.Context) models.HealthResponse
Click to show internal directories.
Click to hide internal directories.