Documentation ¶
Index ¶
- func CLIparseArgs(pLogFun func(string, string)) map[string]interface{}
- func DBmongoCreateHomeViz(pHomeViz *GFhomeViz, pCtx context.Context, pRuntimeSys *gf_core.RuntimeSys) *gf_core.GFerror
- func DBmongoUpdateHomeVizComponents(pUserIDstr gf_core.GF_ID, pUpdatedComponentsMap map[string]GFhomeVizComponent, ...) *gf_core.GFerror
- func InitService(pTemplatesPathsMap map[string]string, pServiceInfo *GFserviceInfo, ...) *gf_core.GFerror
- func PipelineRenderDashboard(pTmpl *template.Template, pSubtemplatesNamesLst []string, pCtx context.Context, ...) (string, *gf_core.GFerror)
- func PipelineVizPropsUpdate(pInput *GFvizPropsUpdateInput, pCtx context.Context, ...) *gf_core.GFerror
- func Tinit() *gf_core.RuntimeSys
- type GFhomeViz
- func DBmongoGetHomeViz(pUserIDstr gf_core.GF_ID, pCtx context.Context, ...) (*GFhomeViz, *gf_core.GFerror)
- func PipelineVizPropsCreate(pUserIDstr gf_core.GF_ID, pCtx context.Context, ...) (*GFhomeViz, *gf_core.GFerror)
- func PipelineVizPropsGet(pUserIDstr gf_core.GF_ID, pCtx context.Context, ...) (*GFhomeViz, *gf_core.GFerror)
- type GFhomeVizComponent
- type GFserviceInfo
- type GFvizPropsUpdateInput
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CLIparseArgs ¶
func DBmongoCreateHomeViz ¶
func DBmongoUpdateHomeVizComponents ¶
func DBmongoUpdateHomeVizComponents(pUserIDstr gf_core.GF_ID, pUpdatedComponentsMap map[string]GFhomeVizComponent, pCtx context.Context, pRuntimeSys *gf_core.RuntimeSys) *gf_core.GFerror
func InitService ¶
func InitService(pTemplatesPathsMap map[string]string, pServiceInfo *GFserviceInfo, pHTTPmux *http.ServeMux, pRuntimeSys *gf_core.RuntimeSys) *gf_core.GFerror
func PipelineRenderDashboard ¶
func PipelineVizPropsUpdate ¶
func PipelineVizPropsUpdate(pInput *GFvizPropsUpdateInput, pCtx context.Context, pRuntimeSys *gf_core.RuntimeSys) *gf_core.GFerror
func Tinit ¶
func Tinit() *gf_core.RuntimeSys
Types ¶
type GFhomeViz ¶
type GFhomeViz struct { Vstr string `bson:"v_str"` // schema_version Id primitive.ObjectID `bson:"_id,omitempty"` IDstr gf_core.GF_ID `bson:"id_str"` DeletedBool bool `bson:"deleted_bool"` CreationUNIXtimeF float64 `bson:"creation_unix_time_f"` OwnerUserIDstr gf_core.GF_ID `bson:"owner_user_id_str"` ComponentsMap map[string]GFhomeVizComponent `bson:"components_map"` }
func DBmongoGetHomeViz ¶
func PipelineVizPropsCreate ¶
type GFhomeVizComponent ¶
type GFserviceInfo ¶
type GFserviceInfo struct { //-------------------------- // AUTH_SUBSYSTEM_TYPE AuthSubsystemTypeStr string // AUTH_LOGIN_URL - url of the login page to which the system should // redirect users after certain operations AuthLoginURLstr string KeyServer *gf_identity_core.GFkeyServerInfo }
Click to show internal directories.
Click to hide internal directories.