admin

package
v2.0.0+incompatible Latest Latest
Warning

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

Go to latest
Published: Jan 9, 2018 License: GPL-3.0 Imports: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func AddUser

func AddUser() common.Handler

func ConfigurationManager

func ConfigurationManager() common.Handler

func CreateEpisode

func CreateEpisode() common.Handler

func CustomCss

func CustomCss() common.Handler

func DeleteUser

func DeleteUser() common.Handler

func EditEpisode

func EditEpisode() common.Handler

func EditUser

func EditUser() common.Handler

func ListUsers

func ListUsers() common.Handler

func RemoveEpisode

func RemoveEpisode() common.Handler

Types

type Config

type Config struct {
	Name        string
	Host        string
	Email       string
	Description string
	Image       string
	PodcastUrl  string
}

type User

type User struct {
	Id   int    `json:"id"`
	Dbun string `json:"username"`
	Dbrn string `json:"realname"`
	Dbem string `json:"email"`
}

type UserList

type UserList struct {
	Users []User
}

Jump to

Keyboard shortcuts

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