example

package
v0.1.15 Latest Latest
Warning

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

Go to latest
Published: Apr 21, 2020 License: MPL-2.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 Profile

type Profile struct {
	Year *bg.Int
	Time time.Time
	Name string
}

type User

type User interface {
	// Get user profile
	Profile(token string, at time.Time, val *bg.Int) (*Profile, error)

	Latest(times []*time.Time, num int) (time.Time, error)
	// contains filtered or unexported methods
}

General user profile access

Jump to

Keyboard shortcuts

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