html

package
v0.0.0-...-03e7feb Latest Latest
Warning

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

Go to latest
Published: Dec 11, 2017 License: GPL-3.0 Imports: 3 Imported by: 0

Documentation

Overview

Code generated by hero. source: /Users/codehex/Desktop/go/src/github.com/Code-Hex/vegeta/template/admin.html DO NOT EDIT!

Code generated by hero. source: /Users/codehex/Desktop/go/src/github.com/Code-Hex/vegeta/template/index.html DO NOT EDIT!

Code generated by hero. source: /Users/codehex/Desktop/go/src/github.com/Code-Hex/vegeta/template/layout/wrapper.html DO NOT EDIT!

Code generated by hero. source: /Users/codehex/Desktop/go/src/github.com/Code-Hex/vegeta/template/login.html DO NOT EDIT!

Code generated by hero. source: /Users/codehex/Desktop/go/src/github.com/Code-Hex/vegeta/template/mypage.html DO NOT EDIT!

Code generated by hero. source: /Users/codehex/Desktop/go/src/github.com/Code-Hex/vegeta/template/settings.html DO NOT EDIT!

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Admin

func Admin(args AdminArgs, w io.Writer)

func Index

func Index(args Args, w io.Writer)

func Login

func Login(args Args, w io.Writer)

func MyPage

func MyPage(args MyPageArgs, w io.Writer)

func Settings

func Settings(args SettingsArgs, w io.Writer)

Types

type AdminArgs

type AdminArgs interface {
	Args
	Token() string
	Users() model.Users
	IsCreated() bool
	Reason() string
}

type Args

type Args interface {
	IsAuthed() bool
	IsAdmin() bool
	Year() int
}

type MyPageArgs

type MyPageArgs interface {
	Args
	User() *model.User
	Token() string
}

type SettingsArgs

type SettingsArgs interface {
	Args
	User() *model.User
	Token() string
}

Jump to

Keyboard shortcuts

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