views

package
v0.0.0-...-09cdc91 Latest Latest
Warning

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

Go to latest
Published: Mar 8, 2018 License: MIT Imports: 16 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ShowForm

func ShowForm()

ShowForm ...

Types

type JoinView

type JoinView struct {
	vecty.Core
	Name string
}

JoinView ...

func (*JoinView) Render

func (c *JoinView) Render() vecty.ComponentOrHTML

Render ...

type NewView

type NewView struct {
	vecty.Core
}

NewView ...

func (*NewView) Render

func (c *NewView) Render() vecty.ComponentOrHTML

Render ...

type RoomView

type RoomView struct {
	vecty.Core
	Name     string            `vecty:"prop"`
	Members  []*models.Member  `vecty:"prop"`
	Messages []*models.Message `vecty:"prop"`
	// contains filtered or unexported fields
}

RoomView ...

func (*RoomView) Publish

func (c *RoomView) Publish(message string) error

Publish ...

func (*RoomView) Render

func (c *RoomView) Render() vecty.ComponentOrHTML

Render ...

func (*RoomView) Setup

func (c *RoomView) Setup()

Setup ...

func (*RoomView) Teardown

func (c *RoomView) Teardown()

Teardown ...

type TopView

type TopView struct {
	vecty.Core
}

TopView ...

func (*TopView) Render

func (c *TopView) Render() vecty.ComponentOrHTML

Render ...

Jump to

Keyboard shortcuts

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