req

package
v0.0.0-...-a7ef0bf Latest Latest
Warning

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

Go to latest
Published: May 7, 2024 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Board

type Board struct {
	Name        string `json:"name"`
	Slug        string `json:"slug"`
	Description string `json:"description"`
}

type Comment

type Comment struct {
	ThreadID    string  `json:"threadId"`
	FileID      *string `json:"fileId"`
	TextContent string  `json:"textContent"`
}

type File

type File struct {
	Header *multipart.FileHeader
}

type Thread

type Thread struct {
	BoardID     string  `json:"boardId"`
	FileID      *string `json:"fileId"`
	Subject     string  `json:"subject"`
	TextContent string  `json:"textContent"`
}

Jump to

Keyboard shortcuts

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