model

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Oct 26, 2024 License: LGPL-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 ErrorResponse

type ErrorResponse struct {
	Error string `json:"error"`
}

type Post

type Post interface {
	GetThread() int
	GetBoard() string
	GetName() string
	GetEmail() string
	GetSubject() string
	GetSpoiler() bool
	GetBody() string
	GetEmbed() string
	GetPassword() string
	GetSage() bool
	GetFiles() []string
}

type SuccessResponse

type SuccessResponse struct {
	Redirect string `json:"redirect"`
	Noko     bool   `json:"noko"`
	ID       string `json:"id"`
}

Jump to

Keyboard shortcuts

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