Versions in this module Expand all Collapse all v0 v0.1.3 Sep 20, 2024 Changes in this version + var BaseMongoImports = map[string]string + func AddBaseMGoImports(data string) (string, error) + func AddMongoImports(data string) (string, error) + func GetFuncRender(extractStruct *extract.IdlExtractStruct) *template.FuncRender + func GetMAggregateParams() (res []code.Param) + func GetMBulkInsertParams() (res []code.Param) + func GetMBulkUpdateParams() (res []code.Param) + func GetMCountParams() (res []code.Param) + func GetMDeleteOneParams() (res []code.Param) + func GetMFindListParams() (res []code.Param) + func GetMFindOneParams() (res []code.Param) + func GetMFindPageListParams() (res []code.Param) + func GetMFindSortPageListParams() (res []code.Param) + func GetMInsertOneParams() (res []code.Param) + func GetMUpdateManyParams() (res []code.Param) + func GetMUpdateOneParams() (res []code.Param) + func GetStructRender(extractStruct *extract.IdlExtractStruct) *template.StructRender + func HandleBaseCodegen() []*template.MethodRender + func HandleCodegen(ifOperations []*parse.InterfaceOperation) (methodRenders [][]*template.MethodRender)