Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AService ¶
type AService struct {
// contains filtered or unexported fields
}
func NewAService ¶
func NewAService(svc DomainService) *AService
type ServiceDeps ¶
type ServiceDeps struct {
// contains filtered or unexported fields
}
func NewServiceDeps ¶
func NewServiceDeps( queries *postgres.Queries, client serviceb.BService, ) *ServiceDeps
func (*ServiceDeps) CallServiceB ¶
func (s *ServiceDeps) CallServiceB(ctx context.Context, name string) error
Click to show internal directories.
Click to hide internal directories.