Documentation ¶
Index ¶
- Variables
- func AbsolutePath() string
- func CallMix(index string, mixData map[string]string) string
- func ConvertToInterfaceSlice(specificSliceInterface interface{}) ([]interface{}, error)
- func FileExists(path string) bool
- func FrontMix(path string) map[string]string
- func GetBody(c *fiber.Ctx) []byte
- func GetFieldValue(structVar interface{}, fieldName string) (interface{}, error)
- func GetString(value interface{}) string
- func IndexOf(connectionValue interface{}, grpcRows *pb.StringRows) int
- func IndexOfMicro(MicroserviceID int, microservices []models.Microservice) int
- func RemoveDuplicateStr(strSlice []string) []string
- type Paginator
- type Param
Constants ¶
This section is empty.
Variables ¶
View Source
var Mix map[string]string
Functions ¶
func AbsolutePath ¶ added in v0.7.84
func AbsolutePath() string
func ConvertToInterfaceSlice ¶ added in v0.7.84
func ConvertToInterfaceSlice(specificSliceInterface interface{}) ([]interface{}, error)
func FileExists ¶ added in v0.7.84
func GetFieldValue ¶ added in v0.7.84
func IndexOf ¶ added in v0.7.84
func IndexOf(connectionValue interface{}, grpcRows *pb.StringRows) int
func IndexOfMicro ¶ added in v0.7.84
func IndexOfMicro(MicroserviceID int, microservices []models.Microservice) int
func RemoveDuplicateStr ¶ added in v0.7.84
Types ¶
type Paginator ¶
type Paginator struct { //To int `json:"to"` Total int64 `json:"total"` LastPage int `json:"last_page"` Data interface{} `json:"data"` Offset int `json:"offset"` Limit int `json:"limit"` CurrentPage int `json:"current_page"` PrevPage int `json:"prev_page"` NextPage int `json:"next_page"` }
Paginator
Source Files ¶
Click to show internal directories.
Click to hide internal directories.