package
0.0.0-20240831012341-ee12ba018308
Repository: https://github.com/fullstack-lang/gongdoc.git
Documentation: pkg.go.dev

# Functions

AfterCreateFromFront is called after a create from front.
AfterDeleteFromFront is called after a delete from front.
AfterReadFromFront is called after a Read from front.
AfterUpdateFromFront is called after a update from front.
No description provided by the author
CopyBranch stages instance and apply CopyBranch on all gongstruct instances that are referenced by pointers or slices of pointers of the instance the algorithm stops along the course of graph if a vertex is already staged.
insertion point for stage branch per struct.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
EvictInOtherSlices allows for adherance between the gong association model and go.
GetAssociationName is a generic function that returns an instance of Type where each association is filled with an instance whose name is the name of the association This function can be handy for generating navigation function that are refactorable.
GetFields return the array of the fields.
GetFieldsFromPointer return the array of the fields.
No description provided by the author
No description provided by the author
No description provided by the author
GetGongstructInstancesMap returns the map of staged GongstructType instances it is usefull because it allows refactoring of gong struct identifier.
GetGongstructInstancesSet returns the set staged GongstructType instances it is usefull because it allows refactoring of gongstruct identifier.
GetGongstructInstancesSetFromPointerType returns the set staged GongstructType instances it is usefull because it allows refactoring of gongstruct identifier.
GetGongstructName returns the name of the Gongstruct this can be usefull if one want program robust to refactoring.
GetPointerReverseMap allows backtrack navigation of any Start.Fieldname associations (0..1) that is a pointer from one staged Gongstruct (type Start) instances to another (type End) The function provides a map with keys as instances of End and values to arrays of *Start the map is construed by iterating over all Start instances and populationg keys with End instances and values with slice of Start instances.
GetPointerToGongstructName returns the name of the Gongstruct this can be usefull if one want program robust to refactoring.
No description provided by the author
GetSliceOfPointersReverseMap allows backtrack navigation of any Start.Fieldname associations (0..N) between one staged Gongstruct instances and many others The function provides a map with keys as instances of End and values to *Start instances the map is construed by iterating over all Start instances and populating keys with End instances and values with the Start instances.
GongGetMap returns the map of staged GongstructType instances it is usefull because it allows refactoring of gong struct identifier.
GongGetSet returns the set staged GongstructType instances it is usefull because it allows refactoring of gong struct identifier.
GongstructAndFieldnameToFieldIdentifier takes "Foo" "Name" and returns "ref_models.Foo.Name".
No description provided by the author
IdentifierToFieldName take an ident in the forms "ref_models.Foo.Name" and returns "Name".
IdentifierToGongObjectName take an ident in the forms "ref_models.Foo" and returns "Foo".
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
ParseAstFile Parse pathToFile and stages all instances declared in the file.
ParseAstFile Parse pathToFile and stages all instances declared in the file.
ReplaceOldDeclarationsInFile replaces specific text in a file at the given path.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
SetCallbackAfterUpdateFromFront is a function to set up callback that is robust to refactoring.
No description provided by the author
to be removed after fix of [issue](https://github.com/golang/go/issues/57559).
No description provided by the author
StageBranch stages instance and apply StageBranch on all gongstruct instances that are referenced by pointers or slices of pointers of the instance the algorithm stops along the course of graph if a vertex is already staged.
UnmarshallGoStaging unmarshall a go assign statement.
UnstageBranch stages instance and apply UnstageBranch on all gongstruct instances that are referenced by pointers or slices of pointers of the insance the algorithm stops along the course of graph if a vertex is already staged.

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
the default gongdoc stack has this name.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
values for EnumType.
No description provided by the author
No description provided by the author
GONGNOTE(NoteOnGongdoc): Note Example This note can refers to [models.NoteShape] or to [models.Classdiagram.NoteShapes] or to [models.OrientationType].
No description provided by the author
values for EnumType.
values for EnumType.
values for EnumType.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
the gongdoc application launch a svg stack for visualisation.
No description provided by the author
values for EnumType.

# Structs

Classdiagram diagram struct store a class diagram temporary here swagger:model Classdiagram.
insertion point.
DiagramPackage stores all diagrams related to a gong package swagger:model DiagramPackage.
No description provided by the author
No description provided by the author
Field represent the UML Field of a Class (a "struct" in go) swagger:model Field.
No description provided by the author
No description provided by the author
GongEnumShape mirrors joint.shapes.uml.Class swagger:model GongEnumShape.
No description provided by the author
No description provided by the author
No description provided by the author
GongStructShape mirrors joint.shapes.uml.Class swagger:model GongStructShape.
No description provided by the author
Link represent the UML Link in any diagram uni-directional https://en.wikipedia.org/wiki/Association_(object-oriented_programming) More specificaly It is a 0..1 ---> 0..1 swagger:model Link.
No description provided by the author
NoteShape is a UML note in a class diagram.
No description provided by the author
A NoteShapeLink is a visual link from a shape to a Link or to a Classshape # The end point of the link is computed from the Type Because of[issue](https://github.com/golang/go/issues/57559) the referenced identifiers in the note comments are not renamed.
No description provided by the author
Position mirrors joint.dia.Point swagger:model Position.
No description provided by the author
No description provided by the author
StageStruct enables storage of staged instances swagger:ignore.
Umlsc diagram struct store a class diagram temporary here swagger:model Umlsc.
No description provided by the author
UmlState mirrors joint.shapes.uml.UmlState swagger:model UmlState.
No description provided by the author
Vertice mirrors joint.dia.Point swagger:model Vertice.
No description provided by the author

# Interfaces

swagger:ignore.
No description provided by the author
No description provided by the author
Gongstruct is the type parameter for generated generic function that allows - access to staged instances - navigation between staged instances by going backward association links between gongstruct - full refactoring of Gongstruct identifiers / fields.
No description provided by the author
No description provided by the author
GongStructInterface is the interface met by GongStructs It allows runtime reflexion of instances (without the hassle of the "reflect" package).
No description provided by the author
No description provided by the author
No description provided by the author
OnAfterCreateInterface callback when an instance is updated from the front.
OnAfterDeleteInterface callback when an instance is updated from the front.
OnAfterReadInterface callback when an instance is updated from the front.
OnAfterUpdateInterface callback when an instance is updated from the front.
No description provided by the author
Gongstruct is the type parameter for generated generic function that allows - access to staged instances - navigation between staged instances by going backward association links between gongstruct - full refactoring of Gongstruct identifiers / fields.
No description provided by the author
No description provided by the author
Tabulator is an interface for writing to a table strings.

# Type aliases

swagger:ignore.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
StacksNames - enumeration of possible 'type' values for an HTML <input> element swagger:enum StacksNames.