lambda

package
v0.0.0-...-2e5aa7e Latest Latest
Warning

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

Go to latest
Published: Jul 30, 2023 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 BlogPostHandlers

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

func ProvideBlogPostHandlers

func ProvideBlogPostHandlers(svc blog.Service) BlogPostHandlers

func (BlogPostHandlers) GetPost

func (BlogPostHandlers) ListPosts

func (h BlogPostHandlers) ListPosts(ctx context.Context) (Response, error)

type EntryPayload

type EntryPayload struct {
	Title   string `json:"title"`
	Slug    string `json:"slug"`
	Content string `json:"content"`
	Author  string `json:"author"`
}

Jump to

Keyboard shortcuts

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