Rename files & symbols

This commit is contained in:
Denis Arh
2019-04-29 18:51:18 +02:00
parent d5c5c9ffae
commit 010a1351ea
137 changed files with 231 additions and 896 deletions
+8 -8
View File
@@ -26,7 +26,7 @@
},
{
"title": "Pages",
"description": "CRM module pages",
"description": "Compose module pages",
"entrypoint": "page",
"path": "/page",
"authentication": [],
@@ -245,7 +245,7 @@
},
{
"title": "Modules",
"description": "CRM module definitions",
"description": "Compose module definitions",
"entrypoint": "module",
"path": "/module",
"authentication": [],
@@ -253,7 +253,7 @@
{
"imports": [
"sqlxTypes github.com/jmoiron/sqlx/types",
"github.com/crusttech/crust/crm/types"
"github.com/crusttech/crust/compose/types"
]
}
],
@@ -374,14 +374,14 @@
},
{
"title": "Records",
"description": "CRM records ",
"description": "Compose records ",
"entrypoint": "record",
"path": "/module/{moduleID}/record",
"authentication": [],
"struct": [
{
"imports": [
"github.com/crusttech/crust/crm/types"
"github.com/crusttech/crust/compose/types"
]
}
],
@@ -669,7 +669,7 @@
},
{
"title": "Triggers",
"description": "CRM Triggers",
"description": "Compose Triggers",
"entrypoint": "trigger",
"path": "/trigger",
"authentication": [],
@@ -814,7 +814,7 @@
},
{
"title": "Notifications",
"description": "CRM Notifications",
"description": "Compose Notifications",
"entrypoint": "notification",
"path": "/notification",
"authentication": [],
@@ -829,7 +829,7 @@
{
"name": "email/send",
"method": "POST",
"title": "Send email from the CRM",
"title": "Send email from the Compose",
"path": "/email",
"parameters": {
"post": [
@@ -1,12 +1,12 @@
{
"Title": "Modules",
"Description": "CRM module definitions",
"Description": "Compose module definitions",
"Interface": "Module",
"Struct": [
{
"imports": [
"sqlxTypes github.com/jmoiron/sqlx/types",
"github.com/crusttech/crust/crm/types"
"github.com/crusttech/crust/compose/types"
]
}
],
@@ -1,6 +1,6 @@
{
"Title": "Notifications",
"Description": "CRM Notifications",
"Description": "Compose Notifications",
"Interface": "Notification",
"Struct": [
{
@@ -17,7 +17,7 @@
{
"Name": "email/send",
"Method": "POST",
"Title": "Send email from the CRM",
"Title": "Send email from the Compose",
"Path": "/email",
"Parameters": {
"post": [
@@ -1,6 +1,6 @@
{
"Title": "Pages",
"Description": "CRM module pages",
"Description": "Compose module pages",
"Interface": "Page",
"Struct": [
{
@@ -1,11 +1,11 @@
{
"Title": "Records",
"Description": "CRM records ",
"Description": "Compose records",
"Interface": "Record",
"Struct": [
{
"imports": [
"github.com/crusttech/crust/crm/types"
"github.com/crusttech/crust/compose/types"
]
}
],
@@ -1,6 +1,6 @@
{
"Title": "Triggers",
"Description": "CRM Triggers",
"Description": "Compose Triggers",
"Interface": "Trigger",
"Struct": null,
"Parameters": null,