stock

package
v0.0.0-...-b5ce554 Latest Latest
Warning

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

Go to latest
Published: Nov 15, 2022 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DeleteResponseStock

type DeleteResponseStock struct {
	Name   string
	Detail string
	Qty    int32
	Id     int32
}

type FitterDeleteStock

type FitterDeleteStock struct {
	Id int32
}

type FitterListStock

type FitterListStock struct {
	Name     string
	Detail   string
	Page     int64
	Per_page int64
}

type FitterReadStock

type FitterReadStock struct {
	Name   string
	Detail string
	Id     int32
}

type FitterUpdateStock

type FitterUpdateStock struct {
	Name      string
	Detail    string
	Qty       int32
	Id        int32
	QtyUpdate int32
}

type ListResponseStock

type ListResponseStock struct {
	Id     int32
	Name   string
	Detail string
	Qty    int32
}

type ReadResponseStock

type ReadResponseStock struct {
	Name   string
	Detail string
	Qty    int32
	Id     int32
}

type Request

type Request struct {
	Name   string
	Detail string
	Qty    int32
}

type UpdateResponseStock

type UpdateResponseStock struct {
	Name   string
	Detail string
	Qty    int32
	Id     int32
}

Jump to

Keyboard shortcuts

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