helpers

package
v0.0.0-...-17b5982 Latest Latest
Warning

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

Go to latest
Published: Nov 19, 2023 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Add

type Add struct {
	Id          int `json:"id" binding:"required"`
	Addsegments []struct {
		Segment  string `json:"segment"`
		Interval string `json:"interval"`
	} `json:"addsegments"`
	Delsegments []string `json:"delsegments"`
}

type Segment

type Segment struct {
	Name    string  `uri:"segment" json:"segment" binding:"required"`
	Percent float32 `json:"percent"`
}

type User

type User struct {
	Id int `uri:"id" binding:"required"`
}

Jump to

Keyboard shortcuts

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