dynamodb

package
v0.0.0-...-6156683 Latest Latest
Warning

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

Go to latest
Published: Jun 30, 2023 License: MIT Imports: 8 Imported by: 0

README

data model

access patterns

create ticket for user

get tickets for user, grouped by:

  • import connection
  • outport connection

get connections:

  • input:
    • name, owner: user, meta: Figma | (other), created_on
      • Figma:
        • api key, team, uniquePasscode
  • output:
    • name, owner, meta: Linear | ShortCut | (other), created_on
      • Linear:
        • team, linear api key
  • link:
    • input: input, output: output

get events:

  • name, source, created_at, input_source: connection<Figma | (other)>, Figma, output_meta: list[Linear | (other)]
    • Figma
      • type: comment, created_at, resolved_at, comment: list[str], mentions: list[str]
    • Linear
      • type: issue, created_at, id, connection<Linear | (other)>

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewClient

func NewClient(ctx context.Context) (*awsDynamodb.Client, error)

Types

type Table

type Table struct {
	Client *awsDynamodb.Client
	Name   string
}

func (*Table) CreateIfNotExists

func (t *Table) CreateIfNotExists(ctx context.Context) error

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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