admincomspec

package
v0.0.0-...-e6e6a7d Latest Latest
Warning

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

Go to latest
Published: Dec 9, 2022 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Create

func Create(c *gin.Context)

func List

func List(c *gin.Context)

func ValueCreate

func ValueCreate(c *gin.Context)

Types

type ReqComSpecCreate

type ReqComSpecCreate struct {
	Name string `json:"name"`
}

type ReqComSpecValueCreate

type ReqComSpecValueCreate struct {
	SpecId int    `json:"specId"`
	Name   string `json:"name"`
}

type RespComSpecList

type RespComSpecList struct {
	Id     int                  `json:"id"`
	Name   string               `json:"name"`
	Values []mysql.ComSpecValue `json:"values"`
}

Jump to

Keyboard shortcuts

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