The highest tagged major version is
v2 .
Discover Packages
github.com/fredyk/westack-go
westack
common
package
Version:
v1.2.91
Opens a new window with list of versions in this module.
Published: Apr 24, 2022
License: MIT
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 1
Opens a new window with list of known importers.
Documentation Source Files Index Constants Variables Functions Types DashedCase(st) LoadFile(filePath, out) Transform(in, out) type A type Filter type IApp type Include type IncludeItem type M type Order type Where CopyMap(src) (m) GetM(key) (m) GetString(key)
Documentation
¶
func Transform(in interface{}, out interface{}) error
type Filter struct {
Where *Where `json:"where"`
Include *Include `json:"include"`
Order *Order `json:"order"`
Skip int64 `json:"skip"`
Limit int64 `json:"limit"`
}
type IApp struct {
Debug bool
SwaggerPaths func() *map[string ]M
FindModel func(modelName string ) (interface{}, error )
JwtSecretKey []byte
}
type IncludeItem struct {
Relation string `json:"relation"`
Scope *Filter `json:"scope"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.