gorum

package
v0.0.0-...-a41176a Latest Latest
Warning

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

Go to latest
Published: Oct 23, 2022 License: BSD-3-Clause Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type EditPost

type EditPost struct {
	// contains filtered or unexported fields
}

func (EditPost) Core

func (c EditPost) Core() core

func (*EditPost) Execute

func (p *EditPost) Execute(teml *template.Template, w http.ResponseWriter) error

func (EditPost) Name

func (EditPost) Name() string

type EditThread

type EditThread struct {
	// contains filtered or unexported fields
}

func (EditThread) Core

func (c EditThread) Core() core

func (*EditThread) Execute

func (p *EditThread) Execute(teml *template.Template, w http.ResponseWriter) error

func (EditThread) Name

func (EditThread) Name() string

type EditUser

type EditUser struct {
	// contains filtered or unexported fields
}

func (EditUser) Core

func (c EditUser) Core() core

func (*EditUser) Execute

func (p *EditUser) Execute(teml *template.Template, w http.ResponseWriter) error

func (EditUser) Name

func (EditUser) Name() string

type Err404

type Err404 struct {
	// contains filtered or unexported fields
}

func (Err404) Core

func (c Err404) Core() core

func (*Err404) Execute

func (p *Err404) Execute(teml *template.Template, w http.ResponseWriter) error

func (Err404) Name

func (Err404) Name() string

type Explore

type Explore struct {
	// contains filtered or unexported fields
}

func (Explore) Core

func (c Explore) Core() core

func (*Explore) Execute

func (e *Explore) Execute(teml *template.Template, w http.ResponseWriter) error

func (Explore) Name

func (Explore) Name() string

type LogIn

type LogIn struct {
	// contains filtered or unexported fields
}

func (LogIn) Core

func (c LogIn) Core() core

func (*LogIn) Execute

func (p *LogIn) Execute(teml *template.Template, w http.ResponseWriter) error

func (LogIn) Name

func (LogIn) Name() string

type LogOut

type LogOut struct {
	// contains filtered or unexported fields
}

func (LogOut) Core

func (c LogOut) Core() core

func (*LogOut) Execute

func (p *LogOut) Execute(teml *template.Template, w http.ResponseWriter) error

func (LogOut) Name

func (LogOut) Name() string

type Notifications

type Notifications struct {
	// contains filtered or unexported fields
}

func (Notifications) Core

func (c Notifications) Core() core

func (*Notifications) Execute

func (p *Notifications) Execute(teml *template.Template, w http.ResponseWriter) error

func (Notifications) Name

func (Notifications) Name() string

type Option

type Option string
const (
	SingUpPasswordDontMatch Option = "sing-up-passwords-dont-match"
	SingUpInvalidPassword   Option = "sing-up-invalid-password"
	SingUpInvalidLogin      Option = "sing-up-invalid-login"
)

type Page

type Page interface {
	Core() core
	Name() string
	Execute(teml *template.Template, w http.ResponseWriter) error
}

type Post

type Post struct {
	// contains filtered or unexported fields
}

func (Post) Core

func (c Post) Core() core

func (*Post) Execute

func (p *Post) Execute(teml *template.Template, w http.ResponseWriter) error

func (Post) Name

func (Post) Name() string
type Search struct {
	// contains filtered or unexported fields
}

func (Search) Core

func (c Search) Core() core

func (*Search) Execute

func (p *Search) Execute(teml *template.Template, w http.ResponseWriter) error

func (Search) Name

func (Search) Name() string

type Settings

type Settings struct {
	// contains filtered or unexported fields
}

func (Settings) Core

func (c Settings) Core() core

func (*Settings) Execute

func (p *Settings) Execute(teml *template.Template, w http.ResponseWriter) error

func (Settings) Name

func (Settings) Name() string

type SignUp

type SignUp struct {
	Option
	// contains filtered or unexported fields
}

func (SignUp) Core

func (c SignUp) Core() core

func (*SignUp) Execute

func (p *SignUp) Execute(teml *template.Template, w http.ResponseWriter) error

func (SignUp) Name

func (SignUp) Name() string

type Thread

type Thread struct {
	// contains filtered or unexported fields
}

func (Thread) Core

func (c Thread) Core() core

func (*Thread) Execute

func (p *Thread) Execute(teml *template.Template, w http.ResponseWriter) error

func (Thread) Name

func (Thread) Name() string

type User

type User struct {
	// contains filtered or unexported fields
}

func (User) Core

func (c User) Core() core

func (*User) Execute

func (p *User) Execute(teml *template.Template, w http.ResponseWriter) error

func (User) Name

func (User) Name() string

Jump to

Keyboard shortcuts

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