Documentation
¶
Index ¶
- func Get(ctx context.ServiceContext, client *clients.GQLClient, id string) (*commons.Integration, error)
- func Insert(ctx context.ServiceContext, client *clients.GQLClient, ...) (*commons.Integration, error)
- func List(ctx context.ServiceContext, client *clients.GQLClient, ...) (*commons.Integrations, error)
- func UpdateCredentials(ctx context.ServiceContext, client *clients.GQLClient, ...) error
- func UpdateDetails(ctx context.ServiceContext, client *clients.GQLClient, ...) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Get ¶
func Get(ctx context.ServiceContext, client *clients.GQLClient, id string) (*commons.Integration, error)
func Insert ¶
func Insert(ctx context.ServiceContext, client *clients.GQLClient, options *commons.AddIntegrationOptions) (*commons.Integration, error)
func List ¶
func List(ctx context.ServiceContext, client *clients.GQLClient, options *commons.ListIntegrationFilters) (*commons.Integrations, error)
func UpdateCredentials ¶
func UpdateCredentials(ctx context.ServiceContext, client *clients.GQLClient, options *commons.UpdateCredentialsOptions) error
func UpdateDetails ¶
func UpdateDetails(ctx context.ServiceContext, client *clients.GQLClient, options *commons.UpdateDetailsOptions) error
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.