models

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

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

Go to latest
Published: Dec 10, 2024 License: AGPL-3.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ErrorMessage

type ErrorMessage struct {
	C string
}

func (ErrorMessage) Content

func (m ErrorMessage) Content() string

func (ErrorMessage) Type

func (ErrorMessage) Type() string

type InfoMessage

type InfoMessage struct {
	C string
}

func (InfoMessage) Content

func (m InfoMessage) Content() string

func (InfoMessage) Type

func (InfoMessage) Type() string

type Message

type Message interface {
	Type() string
	Content() string
}

type NeutralMessage

type NeutralMessage struct {
	C string
}

func (NeutralMessage) Content

func (m NeutralMessage) Content() string

func (NeutralMessage) Type

func (NeutralMessage) Type() string

type SuccessMessage

type SuccessMessage struct {
	C string
}

func (SuccessMessage) Content

func (m SuccessMessage) Content() string

func (SuccessMessage) Type

func (SuccessMessage) Type() string

type WarningMessage

type WarningMessage struct {
	C string
}

func (WarningMessage) Content

func (m WarningMessage) Content() string

func (WarningMessage) Type

func (WarningMessage) Type() string

Jump to

Keyboard shortcuts

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