controllers

package
v0.2.0 Latest Latest
Warning

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

Go to latest
Published: Jun 15, 2023 License: AGPL-3.0 Imports: 20 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Controller

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

func NewController

func NewController(
	persister *persisters.Persister,

	oidcIssuer,
	oidcClientID,
	oidcRedirectURL string,
) *Controller

func (*Controller) HandleAddActivity

func (b *Controller) HandleAddActivity(w http.ResponseWriter, r *http.Request)

func (*Controller) HandleAddContact

func (b *Controller) HandleAddContact(w http.ResponseWriter, r *http.Request)

func (*Controller) HandleAddDebt

func (b *Controller) HandleAddDebt(w http.ResponseWriter, r *http.Request)

func (*Controller) HandleAddJournal

func (b *Controller) HandleAddJournal(w http.ResponseWriter, r *http.Request)

func (*Controller) HandleAddTodo

func (b *Controller) HandleAddTodo(w http.ResponseWriter, r *http.Request)

func (*Controller) HandleAuthorize

func (b *Controller) HandleAuthorize(w http.ResponseWriter, r *http.Request)

func (*Controller) HandleCompleteTodo

func (b *Controller) HandleCompleteTodo(w http.ResponseWriter, r *http.Request)

func (*Controller) HandleContacts

func (b *Controller) HandleContacts(w http.ResponseWriter, r *http.Request)

func (*Controller) HandleCreateActivity

func (b *Controller) HandleCreateActivity(w http.ResponseWriter, r *http.Request)

func (*Controller) HandleCreateContact

func (b *Controller) HandleCreateContact(w http.ResponseWriter, r *http.Request)

func (*Controller) HandleCreateDebt

func (b *Controller) HandleCreateDebt(w http.ResponseWriter, r *http.Request)

func (*Controller) HandleCreateJournal

func (b *Controller) HandleCreateJournal(w http.ResponseWriter, r *http.Request)

func (*Controller) HandleCreateTodo

func (b *Controller) HandleCreateTodo(w http.ResponseWriter, r *http.Request)

func (*Controller) HandleDeleteActivity

func (b *Controller) HandleDeleteActivity(w http.ResponseWriter, r *http.Request)

func (*Controller) HandleDeleteContact

func (b *Controller) HandleDeleteContact(w http.ResponseWriter, r *http.Request)

func (*Controller) HandleDeleteJournal

func (b *Controller) HandleDeleteJournal(w http.ResponseWriter, r *http.Request)

func (*Controller) HandleDeleteTodo

func (b *Controller) HandleDeleteTodo(w http.ResponseWriter, r *http.Request)

func (*Controller) HandleEditActivity

func (b *Controller) HandleEditActivity(w http.ResponseWriter, r *http.Request)

func (*Controller) HandleEditContact

func (b *Controller) HandleEditContact(w http.ResponseWriter, r *http.Request)

func (*Controller) HandleEditDebt

func (b *Controller) HandleEditDebt(w http.ResponseWriter, r *http.Request)

func (*Controller) HandleEditJournal

func (b *Controller) HandleEditJournal(w http.ResponseWriter, r *http.Request)

func (*Controller) HandleEditTodo

func (b *Controller) HandleEditTodo(w http.ResponseWriter, r *http.Request)

func (*Controller) HandleIndex

func (b *Controller) HandleIndex(w http.ResponseWriter, r *http.Request)

func (*Controller) HandleJournal

func (b *Controller) HandleJournal(w http.ResponseWriter, r *http.Request)

func (*Controller) HandleSettleDebt

func (b *Controller) HandleSettleDebt(w http.ResponseWriter, r *http.Request)

func (*Controller) HandleTodo

func (b *Controller) HandleTodo(w http.ResponseWriter, r *http.Request)

func (*Controller) HandleUpdateActivity

func (b *Controller) HandleUpdateActivity(w http.ResponseWriter, r *http.Request)

func (*Controller) HandleUpdateContact

func (b *Controller) HandleUpdateContact(w http.ResponseWriter, r *http.Request)

func (*Controller) HandleUpdateDebt

func (b *Controller) HandleUpdateDebt(w http.ResponseWriter, r *http.Request)

func (*Controller) HandleUpdateJournal

func (b *Controller) HandleUpdateJournal(w http.ResponseWriter, r *http.Request)

func (*Controller) HandleViewActivity

func (b *Controller) HandleViewActivity(w http.ResponseWriter, r *http.Request)

func (*Controller) HandleViewContact

func (b *Controller) HandleViewContact(w http.ResponseWriter, r *http.Request)

func (*Controller) HandleViewJournal

func (b *Controller) HandleViewJournal(w http.ResponseWriter, r *http.Request)

func (*Controller) HandleViewTodo

func (b *Controller) HandleViewTodo(w http.ResponseWriter, r *http.Request)

func (*Controller) Init

func (b *Controller) Init(ctx context.Context) error

Jump to

Keyboard shortcuts

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