elementtypev1

package
v0.0.0-...-3b7be81 Latest Latest
Warning

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

Go to latest
Published: Oct 18, 2020 License: MIT Imports: 18 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ElementTypeDataResult

type ElementTypeDataResult httpsrv.ResultAnsw

type ElementTypeV1

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

func NewElementTypeV1

func NewElementTypeV1(ctx *context.Context, orm *orm.ORM, userV1 *userv1.UserV1) (*ElementTypeV1, error)

func (*ElementTypeV1) CreateElementType

func (o *ElementTypeV1) CreateElementType(request *models.ElementType) (*models.ElementType, error)

func (*ElementTypeV1) ElementTypeDeleteHandler

func (o *ElementTypeV1) ElementTypeDeleteHandler(ec echo.Context) (err error)

func (*ElementTypeV1) ElementTypeGetHandler

func (o *ElementTypeV1) ElementTypeGetHandler(ec echo.Context) (err error)

func (*ElementTypeV1) ElementTypePostHandler

func (o *ElementTypeV1) ElementTypePostHandler(ec echo.Context) (err error)

func (*ElementTypeV1) ElementTypePutHandler

func (o *ElementTypeV1) ElementTypePutHandler(ec echo.Context) (err error)

func (*ElementTypeV1) GetElementTypeByID

func (o *ElementTypeV1) GetElementTypeByID(id int64) (data *models.ElementType, err error)

func (*ElementTypeV1) HardDeleteElementTypeByID

func (u *ElementTypeV1) HardDeleteElementTypeByID(id int64) (err error)

func (*ElementTypeV1) SoftDeleteElementTypeByID

func (u *ElementTypeV1) SoftDeleteElementTypeByID(id int64) (err error)

func (*ElementTypeV1) UpdateElementTypeByID

func (u *ElementTypeV1) UpdateElementTypeByID(id int64, patch *[]byte) (writeData *models.ElementType, err error)

Jump to

Keyboard shortcuts

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