types

package
v0.1.36 Latest Latest
Warning

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

Go to latest
Published: Aug 10, 2020 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func PrintAccount

func PrintAccount(account Account) string

Types

type Account

type Account interface {
	GetName() *string
	GetUsername() *string
	GetEmail() *string
	GetLink() *string
	GetCreatedAt() *string
	GetLastSeen() *string
	GetFollowerCount() *int
	GetProjectCount() *int
	GetIsAdmin() *bool
}

type Notification

type Notification interface {
	GetTitle() string
	GetMessage() string
}

type Notifications

type Notifications []Notification

Jump to

Keyboard shortcuts

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