database

package
v0.0.0-...-c829b85 Latest Latest
Warning

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

Go to latest
Published: Jun 26, 2019 License: AGPL-3.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type OMDB

type OMDB interface {
	CreateNewUser(name, x, y, keyname, curve string) (model.AccountId, error)
	CreateNewCharacter(user model.AccountId, name string) (model.CharacterId, error)
	Account(accountId model.AccountId) (*model.Account, error)
	GetCharacters(accountId model.AccountId) ([]*model.Character, error)
	GetCharacter(accountId model.AccountId, characterId model.CharacterId) (*model.Character, error)
}

type PublicKeyExistsError

type PublicKeyExistsError struct {
	X string
	Y string
}

func (*PublicKeyExistsError) Error

func (e *PublicKeyExistsError) Error() string

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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