Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AgentServiceClient ¶
type AgentServiceClient struct {
Client pb.AgentServiceClient
// contains filtered or unexported fields
}
func NewAgentServiceClientWithURL ¶
func NewAgentServiceClientWithURL(url string) (*AgentServiceClient, error)
func (*AgentServiceClient) Close ¶
func (c *AgentServiceClient) Close() error
func (*AgentServiceClient) WaitForReady ¶
func (c *AgentServiceClient) WaitForReady(ctx context.Context) error
type AuthServiceClient ¶
type AuthServiceClient struct {
Client pb.AuthServiceClient
// contains filtered or unexported fields
}
func NewAuthServiceClientWithURL ¶
func NewAuthServiceClientWithURL(url string) (*AuthServiceClient, error)
func (*AuthServiceClient) Close ¶
func (c *AuthServiceClient) Close() error
func (*AuthServiceClient) WaitForReady ¶
func (c *AuthServiceClient) WaitForReady(ctx context.Context) error
type BillingServiceClient ¶
type BillingServiceClient struct {
Client pb.BillingServiceClient
// contains filtered or unexported fields
}
func NewBillingServiceClientWithURL ¶
func NewBillingServiceClientWithURL(url string) (*BillingServiceClient, error)
func (*BillingServiceClient) Close ¶
func (c *BillingServiceClient) Close() error
func (*BillingServiceClient) WaitForReady ¶
func (c *BillingServiceClient) WaitForReady(ctx context.Context) error
type CoreServiceClient ¶
type CoreServiceClient struct {
Client pb.CoreServiceClient
Job pb.CoreJobServiceClient
Sales pb.CoreSalesServiceClient
Purchase pb.CorePurchaseServiceClient
Fulfillment pb.CoreFulfillmentServiceClient
Picking pb.CorePickingServiceClient
ProductionRun pb.CoreProductionRunServiceClient
ProductionStep pb.CoreProductionStepServiceClient
MachineDowntime pb.CoreMachineDowntimeServiceClient
DemandOverride pb.CoreDemandOverrideServiceClient
ProductionSchedule pb.CoreProductionScheduleServiceClient
Receiving pb.CoreReceivingServiceClient
Shipping pb.CoreShippingServiceClient
ShippingCase pb.CoreShippingCaseServiceClient
HubspotSync pb.CoreHubspotSyncServiceClient
PortalDomain pb.CorePortalDomainServiceClient
// contains filtered or unexported fields
}
func NewCoreServiceClientWithURL ¶
func NewCoreServiceClientWithURL(url string) (*CoreServiceClient, error)
func (*CoreServiceClient) Close ¶
func (c *CoreServiceClient) Close() error
func (*CoreServiceClient) WaitForReady ¶
func (c *CoreServiceClient) WaitForReady(ctx context.Context) error
type NotificationServiceClient ¶
type NotificationServiceClient struct {
Client pb.NotificationServiceClient
MessagingClient pb.MessagingServiceClient
ChatClient pb.ChatServiceClient
EmailBridgeClient pb.EmailBridgeServiceClient
// contains filtered or unexported fields
}
NotificationServiceClient wraps the notification-service gRPC clients (email + in-app messaging).
func NewNotificationServiceClientWithURL ¶
func NewNotificationServiceClientWithURL(url string) (*NotificationServiceClient, error)
func (*NotificationServiceClient) Close ¶
func (c *NotificationServiceClient) Close() error
func (*NotificationServiceClient) WaitForReady ¶
func (c *NotificationServiceClient) WaitForReady(ctx context.Context) error
type PlatformServiceClient ¶
type PlatformServiceClient struct {
Client pb.IdempotencyServiceClient
LoggingClient pb.LoggingServiceClient
AuditClient pb.AuditServiceClient
// contains filtered or unexported fields
}
func NewPlatformServiceClientWithURL ¶
func NewPlatformServiceClientWithURL(url string) (*PlatformServiceClient, error)
func (*PlatformServiceClient) Close ¶
func (c *PlatformServiceClient) Close() error
func (*PlatformServiceClient) WaitForReady ¶
func (c *PlatformServiceClient) WaitForReady(ctx context.Context) error
Click to show internal directories.
Click to hide internal directories.