lib

package
v0.0.0-...-975fa30 Latest Latest
Warning

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

Go to latest
Published: Feb 18, 2024 License: GPL-3.0 Imports: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func CreateCharacter

func CreateCharacter(character rpg.Character, tableName string, client *airtable.Client) (string, error)

func CreateEncounter

func CreateEncounter(jsonPath, monsterJsonRootPath string, monsterData []string)

func GetAirtableCharacters

func GetAirtableCharacters(conf config.Values, conn *airtable.Client) []rpg.Character

func GetAirtableItems

func GetAirtableItems(conf config.Values, conn *airtable.Client) []rpg.Item

func OpenConnection

func OpenConnection(apiKey, baseID string) (*airtable.Client, error)

func RunEncounter

func RunEncounter(jsonPath, directive string, conf config.Values, conn *airtable.Client)

func UpdateCharacterByID

func UpdateCharacterByID(id string, fields map[string]interface{}, tableName string, client *airtable.Client) error

func UpdateItemByID

func UpdateItemByID(id string, fields map[string]interface{}, tableName string, client *airtable.Client) error

Types

type AirtableCharacter

type AirtableCharacter struct {
	AirtableID string        `json:"id,omitempty"`
	Fields     rpg.Character `json:"fields"`
}

type AirtableEncounter

type AirtableEncounter struct {
	AirtableID string        `json:"id,omitempty"`
	Fields     rpg.Encounter `json:"fields"`
}

type AirtableItem

type AirtableItem struct {
	AirtableID string   `json:"id,omitempty"`
	Fields     rpg.Item `json:"fields"`
}

func GetAirtableItemsWithIDs

func GetAirtableItemsWithIDs(conf config.Values, conn *airtable.Client) []AirtableItem

Jump to

Keyboard shortcuts

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