types

package
v0.9.0 Latest Latest
Warning

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

Go to latest
Published: Feb 13, 2018 License: Apache-2.0, Apache-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 AppAccount

type AppAccount struct {
	auth.BaseAccount

	// Custom extensions for this application.  This is just an example of
	// extending auth.BaseAccount with custom fields.
	//
	// This is compatible with the stock auth.AccountStore, since
	// auth.AccountStore uses the flexible go-wire library.
	Name string
}

func (AppAccount) GetName

func (acc AppAccount) GetName() string

func (*AppAccount) SetName

func (acc *AppAccount) SetName(name string)

Jump to

Keyboard shortcuts

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