supabase

package
v1.1.14 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 12, 2023 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ListEntities

func ListEntities(ctx context.ServiceContext, options *ListOptions) (interface{}, error)

func Sync

func Sync(ctx context.ServiceContext, options *SyncOptions) error

Types

type ListOptions

type ListOptions struct {
	Credentials map[string]interface{}
}

type Project

type Project struct {
	ID             string `json:"id"`
	OrganizationID string `json:"organization_id"`
	Name           string `json:"name"`
	Region         string `json:"region"`
}

type SetupOptions

type SetupOptions struct {
	Token string `json:"-"`
	OrgID string `json:"org_id"`
}

type SyncOptions

type SyncOptions struct {
	Credentials   map[string]interface{} `json:"credentials"`
	EntityDetails map[string]interface{} `json:"entity_details"`
	Data          *keypayload.KPMap      `json:"data"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL