Documentation
¶
Index ¶
- func Get(ctx context.ServiceContext, client *clients.GQLClient, id string) (*commons.Invite, error)
- func Insert(ctx context.ServiceContext, client *clients.GQLClient, ...) error
- func List(ctx context.ServiceContext, client *clients.GQLClient, ...) (*[]commons.Invite, error)
- func Update(ctx context.ServiceContext, client *clients.GQLClient, id string, ...) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Insert ¶
func Insert(ctx context.ServiceContext, client *clients.GQLClient, objects []commons.InsertOptions) error
func List ¶
func List(ctx context.ServiceContext, client *clients.GQLClient, options *commons.ListOptions) (*[]commons.Invite, error)
List invites
func Update ¶
func Update(ctx context.ServiceContext, client *clients.GQLClient, id string, options *commons.UpdateOptions) error
Update a invite by ID
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.