models

package
v0.0.0-...-6933888 Latest Latest
Warning

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

Go to latest
Published: Aug 30, 2024 License: MIT Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Author

type Author struct {
	Name  string `toml:"name"`
	Email string `toml:"email"`
}

type Base64Service

type Base64Service struct{}

func (*Base64Service) Decode

func (s *Base64Service) Decode(b []byte) (string, error)

func (*Base64Service) Encode

func (s *Base64Service) Encode(b []byte) string

type Config

type Config struct {
	CSRF struct {
		Key    string
		Secure bool
	}
	Server struct {
		Address string
	}
}

func LoadEnvConfig

func LoadEnvConfig() (Config, error)

LoadEnvConfig load new configuration from environment

type Post

type Post struct {
	Title   string `toml:"title"`
	Slug    string `toml:"slug"`
	Content template.HTML
	Author  Author `toml:"author"`
}

type PostService

type PostService struct {
}

func (PostService) Read

func (p PostService) Read(slug string) (string, error)

Jump to

Keyboard shortcuts

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