update

package
v0.1.12 Latest Latest
Warning

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

Go to latest
Published: Jan 8, 2025 License: MIT Imports: 3 Imported by: 10

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Update

type Update struct {
	// Any use this for cases where you need to pass something down to the
	// adapter.
	Any interface{} `form:"any" json:"any" param:"any" query:"any" validate:"omitempty,gt=0"`

	// ID of the resource.
	ID string `form:"id" json:"id" param:"id" query:"id" validate:"required"`

	// TTL is the time-to-live.
	//
	// NOTE: Not all storage supports that.
	TTL time.Duration `form:"ttl" json:"ttl,omitempty" param:"ttl" query:"ttl" validate:"omitempty,gt=0"`
}

Update params.

SEE: https://echo.labstack.com/guide/binding/#data-sources on data binding.

func New

func New() (*Update, error)

New creates a new param.

func (*Update) Process

func (u *Update) Process() error

Process the `default` -> `env` -> `validate` struct's fields tags.

NOTE: This function just for testing purpose.

Jump to

Keyboard shortcuts

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