push

package
v0.0.0-...-a05456e Latest Latest
Warning

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

Go to latest
Published: Jul 8, 2024 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type PostUpdatePushTokenRouteParams

type PostUpdatePushTokenRouteParams struct {

	// HTTP Request Object
	HTTPRequest *http.Request `json:"-"`

	/*
	  In: body
	*/
	Payload *types.PostUpdatePushTokenPayload
}

PostUpdatePushTokenRouteParams contains all the bound params for the post update push token route operation typically these are obtained from a http.Request

swagger:parameters PostUpdatePushTokenRoute

func NewPostUpdatePushTokenRouteParams

func NewPostUpdatePushTokenRouteParams() PostUpdatePushTokenRouteParams

NewPostUpdatePushTokenRouteParams creates a new PostUpdatePushTokenRouteParams object no default values defined in spec.

func (*PostUpdatePushTokenRouteParams) BindRequest

BindRequest both binds and validates a request, it assumes that complex things implement a Validatable(strfmt.Registry) error interface for simple values it will use straight method calls.

To ensure default values, the struct must have been initialized with NewPostUpdatePushTokenRouteParams() beforehand.

func (*PostUpdatePushTokenRouteParams) Validate

func (o *PostUpdatePushTokenRouteParams) Validate(formats strfmt.Registry) error

Jump to

Keyboard shortcuts

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