The highest tagged major version is
v2 .
Discover Packages
github.com/fredyk/westack-go
westack
common
package
Version:
v1.2.62
Opens a new window with list of versions in this module.
Published: Mar 27, 2022
License: MIT
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 2
Opens a new window with list of known importers.
Documentation
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 Include []struct {
Relation string `json:"relation"`
Scope *Filter `json:"scope"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.