postfacto

package
v0.0.0-...-60efd7f Latest Latest
Warning

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

Go to latest
Published: Jun 28, 2020 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Category

type Category string
const (
	CategoryHappy Category = "happy"
	CategoryMeh   Category = "meh"
	CategorySad   Category = "sad"
)

type RetroClient

type RetroClient struct {
	Host     string
	ID       string
	Password string
	// contains filtered or unexported fields
}

func (*RetroClient) Add

func (c *RetroClient) Add(i RetroItem) error

func (*RetroClient) Login

func (c *RetroClient) Login() error

type RetroItem

type RetroItem struct {
	Description string   `json:"description"`
	Category    Category `json:"category"`
	WriteKey    string   `json:"writeKey"`
}

Jump to

Keyboard shortcuts

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