Documentation
¶
Index ¶
- type Client
- func (c *Client) GetDashboardURL(ctx context.Context, applicationID string) (string, error)
- func (c *Client) GetOrCreateApplication(ctx context.Context, tenantID, environmentID string) (string, error)
- func (c *Client) SendMessage(ctx context.Context, applicationID string, eventType string, ...) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client wraps the Svix SDK client
func NewClient ¶
func NewClient(config *config.Configuration) (*Client, error)
NewClient creates a new Svix client
func (*Client) GetDashboardURL ¶
GetDashboardURL gets the dashboard URL for the given application
Click to show internal directories.
Click to hide internal directories.