 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
  
    Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewSchemaRoutes ¶
func NewSchemaRoutes(handler *echo.Group, ss services.ISchemaService, m managers.IEntityConfigManager, l logger.Interface)
NewSchemaRoutes -
Types ¶
type LookupRequest ¶
type LookupRequest struct {
	SchemaVersion utils.Version `json:"schema_version"`
	EntityType    string        `json:"entity_type"`
	RelationNames []string      `json:"relation_names"`
}
    LookupRequest -
type LookupResponse ¶
type LookupResponse struct {
	ActionNames []string `json:"action_names"`
}
    LookupResponse -
type ReadRequest ¶
ReadRequest -
type ReadResponse ¶
ReadResponse -
 Click to show internal directories. 
   Click to hide internal directories.