message

package
v0.0.0-...-3428a3a Latest Latest
Warning

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

Go to latest
Published: Dec 11, 2023 License: MIT Imports: 13 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type API

type API struct {
	ItemAPI   *item.API
	ObjectAPI *object.API
}

func (*API) CheckLiveness

func (api *API) CheckLiveness(c *gin.Context)

func (*API) CheckReadiness

func (api *API) CheckReadiness(c *gin.Context)

func (*API) CreateMessage

func (api *API) CreateMessage(c *gin.Context)

func (*API) DeleteMessage

func (api *API) DeleteMessage(c *gin.Context)

func (*API) GetMessage

func (api *API) GetMessage(c *gin.Context)

type Message

type Message struct {
	ID      string `json:"id" uri:"id"`
	Content string `json:"content"`
}

Jump to

Keyboard shortcuts

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