regenerate assets

This commit is contained in:
Willy Kloucek
2021-09-25 14:45:01 +02:00
parent 633632629d
commit c3e291931e
16 changed files with 175 additions and 238 deletions
File diff suppressed because one or more lines are too long
+2 -2
View File
@@ -1,7 +1,7 @@
// Code generated by protoc-gen-go. DO NOT EDIT. // Code generated by protoc-gen-go. DO NOT EDIT.
// versions: // versions:
// protoc-gen-go v1.26.0 // protoc-gen-go v1.27.1
// protoc v3.15.2 // protoc v3.17.3
// source: accounts.proto // source: accounts.proto
package proto package proto
+15 -21
View File
@@ -5,12 +5,12 @@ package proto
import ( import (
fmt "fmt" fmt "fmt"
proto "github.com/golang/protobuf/proto"
empty "github.com/golang/protobuf/ptypes/empty" empty "github.com/golang/protobuf/ptypes/empty"
_ "github.com/golang/protobuf/ptypes/timestamp" _ "github.com/golang/protobuf/ptypes/timestamp"
_ "github.com/grpc-ecosystem/grpc-gateway/v2/protoc-gen-openapiv2/options" _ "github.com/grpc-ecosystem/grpc-gateway/v2/protoc-gen-openapiv2/options"
_ "google.golang.org/genproto/googleapis/api/annotations" _ "google.golang.org/genproto/googleapis/api/annotations"
_ "google.golang.org/genproto/protobuf/field_mask" _ "google.golang.org/genproto/protobuf/field_mask"
proto "google.golang.org/protobuf/proto"
math "math" math "math"
) )
@@ -26,12 +26,6 @@ var _ = proto.Marshal
var _ = fmt.Errorf var _ = fmt.Errorf
var _ = math.Inf var _ = math.Inf
// This is a compile-time assertion to ensure that this generated file
// is compatible with the proto package it is being compiled against.
// A compilation error at this line likely means your copy of the
// proto package needs to be updated.
const _ = proto.ProtoPackageIsVersion3 // please upgrade the proto package
// Reference imports to suppress errors if they are not otherwise used. // Reference imports to suppress errors if they are not otherwise used.
var _ api.Endpoint var _ api.Endpoint
var _ context.Context var _ context.Context
@@ -42,35 +36,35 @@ var _ server.Option
func NewAccountsServiceEndpoints() []*api.Endpoint { func NewAccountsServiceEndpoints() []*api.Endpoint {
return []*api.Endpoint{ return []*api.Endpoint{
&api.Endpoint{ {
Name: "AccountsService.ListAccounts", Name: "AccountsService.ListAccounts",
Path: []string{"/api/v0/accounts/accounts-list"}, Path: []string{"/api/v0/accounts/accounts-list"},
Method: []string{"POST"}, Method: []string{"POST"},
Body: "*", Body: "*",
Handler: "rpc", Handler: "rpc",
}, },
&api.Endpoint{ {
Name: "AccountsService.GetAccount", Name: "AccountsService.GetAccount",
Path: []string{"/api/v0/accounts/accounts-get"}, Path: []string{"/api/v0/accounts/accounts-get"},
Method: []string{"POST"}, Method: []string{"POST"},
Body: "*", Body: "*",
Handler: "rpc", Handler: "rpc",
}, },
&api.Endpoint{ {
Name: "AccountsService.CreateAccount", Name: "AccountsService.CreateAccount",
Path: []string{"/api/v0/accounts/accounts-create"}, Path: []string{"/api/v0/accounts/accounts-create"},
Method: []string{"POST"}, Method: []string{"POST"},
Body: "*", Body: "*",
Handler: "rpc", Handler: "rpc",
}, },
&api.Endpoint{ {
Name: "AccountsService.UpdateAccount", Name: "AccountsService.UpdateAccount",
Path: []string{"/api/v0/accounts/accounts-update"}, Path: []string{"/api/v0/accounts/accounts-update"},
Method: []string{"POST"}, Method: []string{"POST"},
Body: "*", Body: "*",
Handler: "rpc", Handler: "rpc",
}, },
&api.Endpoint{ {
Name: "AccountsService.DeleteAccount", Name: "AccountsService.DeleteAccount",
Path: []string{"/api/v0/accounts/accounts-delete"}, Path: []string{"/api/v0/accounts/accounts-delete"},
Method: []string{"POST"}, Method: []string{"POST"},
@@ -250,56 +244,56 @@ func (h *accountsServiceHandler) DeleteAccount(ctx context.Context, in *DeleteAc
func NewGroupsServiceEndpoints() []*api.Endpoint { func NewGroupsServiceEndpoints() []*api.Endpoint {
return []*api.Endpoint{ return []*api.Endpoint{
&api.Endpoint{ {
Name: "GroupsService.ListGroups", Name: "GroupsService.ListGroups",
Path: []string{"/api/v0/accounts/groups-list"}, Path: []string{"/api/v0/accounts/groups-list"},
Method: []string{"POST"}, Method: []string{"POST"},
Body: "*", Body: "*",
Handler: "rpc", Handler: "rpc",
}, },
&api.Endpoint{ {
Name: "GroupsService.GetGroup", Name: "GroupsService.GetGroup",
Path: []string{"/api/v0/accounts/groups-get"}, Path: []string{"/api/v0/accounts/groups-get"},
Method: []string{"POST"}, Method: []string{"POST"},
Body: "*", Body: "*",
Handler: "rpc", Handler: "rpc",
}, },
&api.Endpoint{ {
Name: "GroupsService.CreateGroup", Name: "GroupsService.CreateGroup",
Path: []string{"/api/v0/accounts/groups-create"}, Path: []string{"/api/v0/accounts/groups-create"},
Method: []string{"POST"}, Method: []string{"POST"},
Body: "*", Body: "*",
Handler: "rpc", Handler: "rpc",
}, },
&api.Endpoint{ {
Name: "GroupsService.UpdateGroup", Name: "GroupsService.UpdateGroup",
Path: []string{"/api/v0/accounts/groups-update"}, Path: []string{"/api/v0/accounts/groups-update"},
Method: []string{"POST"}, Method: []string{"POST"},
Body: "*", Body: "*",
Handler: "rpc", Handler: "rpc",
}, },
&api.Endpoint{ {
Name: "GroupsService.DeleteGroup", Name: "GroupsService.DeleteGroup",
Path: []string{"/api/v0/accounts/groups-delete"}, Path: []string{"/api/v0/accounts/groups-delete"},
Method: []string{"POST"}, Method: []string{"POST"},
Body: "*", Body: "*",
Handler: "rpc", Handler: "rpc",
}, },
&api.Endpoint{ {
Name: "GroupsService.AddMember", Name: "GroupsService.AddMember",
Path: []string{"/api/v0/groups/{group_id=*}/members/$ref"}, Path: []string{"/api/v0/groups/{group_id=*}/members/$ref"},
Method: []string{"POST"}, Method: []string{"POST"},
Body: "*", Body: "*",
Handler: "rpc", Handler: "rpc",
}, },
&api.Endpoint{ {
Name: "GroupsService.RemoveMember", Name: "GroupsService.RemoveMember",
Path: []string{"/api/v0/groups/{group_id=*}/members/{account_id}/$ref"}, Path: []string{"/api/v0/groups/{group_id=*}/members/{account_id}/$ref"},
Method: []string{"POST"}, Method: []string{"POST"},
Body: "*", Body: "*",
Handler: "rpc", Handler: "rpc",
}, },
&api.Endpoint{ {
Name: "GroupsService.ListMembers", Name: "GroupsService.ListMembers",
Path: []string{"/api/v0/groups/{id=*}/members/$ref"}, Path: []string{"/api/v0/groups/{id=*}/members/$ref"},
Method: []string{"POST"}, Method: []string{"POST"},
@@ -557,7 +551,7 @@ func (h *groupsServiceHandler) ListMembers(ctx context.Context, in *ListMembersR
func NewIndexServiceEndpoints() []*api.Endpoint { func NewIndexServiceEndpoints() []*api.Endpoint {
return []*api.Endpoint{ return []*api.Endpoint{
&api.Endpoint{ {
Name: "IndexService.RebuildIndex", Name: "IndexService.RebuildIndex",
Path: []string{"/api/v0/index/rebuild"}, Path: []string{"/api/v0/index/rebuild"},
Method: []string{"POST"}, Method: []string{"POST"},
+31 -61
View File
@@ -396,7 +396,13 @@
"in": "body", "in": "body",
"required": true, "required": true,
"schema": { "schema": {
"$ref": "#/definitions/v0AddMemberRequest" "type": "object",
"properties": {
"accountId": {
"type": "string",
"title": "The account id to add"
}
}
} }
} }
], ],
@@ -443,7 +449,7 @@
"in": "body", "in": "body",
"required": true, "required": true,
"schema": { "schema": {
"$ref": "#/definitions/v0RemoveMemberRequest" "type": "object"
} }
} }
], ],
@@ -483,7 +489,26 @@
"in": "body", "in": "body",
"required": true, "required": true,
"schema": { "schema": {
"$ref": "#/definitions/v0ListMembersRequest" "type": "object",
"properties": {
"pageSize": {
"type": "integer",
"format": "int32"
},
"pageToken": {
"type": "string",
"title": "Optional. A pagination token returned from a previous call to `Get`\nthat indicates from where search should continue"
},
"fieldMask": {
"type": "string",
"description": "Optional. Used to specify a subset of fields that should be\nreturned by a get operation or modified by an update operation."
},
"query": {
"type": "string",
"description": "TODO update query language\nQuery expressions can be used to restrict results based upon\nthe account properties where the operators `=`, `NOT`, `AND` and `OR`\ncan be used along with the suffix wildcard symbol `*`.\n\nThe string properties in a query expression should use escaped quotes\nfor values that include whitespace to prevent unexpected behavior.\n\nSome example queries are:\n\n* Query `display_name=Th*` returns accounts whose display_name\nstarts with \"Th\"\n* Query `display_name=\\\\\"Test String\\\\\"` returns groups with\ndisplay names that include both \"Test\" and \"String\"",
"title": "Optional. Search criteria used to select the groups to return.\nIf no search criteria is specified then all groups will be\nreturned"
}
}
} }
} }
], ],
@@ -529,14 +554,11 @@
"protobufAny": { "protobufAny": {
"type": "object", "type": "object",
"properties": { "properties": {
"typeUrl": { "@type": {
"type": "string" "type": "string"
},
"value": {
"type": "string",
"format": "byte"
} }
} },
"additionalProperties": {}
}, },
"rpcStatus": { "rpcStatus": {
"type": "object", "type": "object",
@@ -691,19 +713,6 @@
}, },
"title": "Account follows the properties of the ms graph api user resource.\nSee https://docs.microsoft.com/en-us/graph/api/resources/user?view=graph-rest-1.0#properties" "title": "Account follows the properties of the ms graph api user resource.\nSee https://docs.microsoft.com/en-us/graph/api/resources/user?view=graph-rest-1.0#properties"
}, },
"v0AddMemberRequest": {
"type": "object",
"properties": {
"groupId": {
"type": "string",
"title": "The id of the group to add a member to"
},
"accountId": {
"type": "string",
"title": "The account id to add"
}
}
},
"v0CreateAccountRequest": { "v0CreateAccountRequest": {
"type": "object", "type": "object",
"properties": { "properties": {
@@ -948,32 +957,6 @@
} }
} }
}, },
"v0ListMembersRequest": {
"type": "object",
"properties": {
"pageSize": {
"type": "integer",
"format": "int32"
},
"pageToken": {
"type": "string",
"title": "Optional. A pagination token returned from a previous call to `Get`\nthat indicates from where search should continue"
},
"fieldMask": {
"type": "string",
"description": "Optional. Used to specify a subset of fields that should be\nreturned by a get operation or modified by an update operation."
},
"query": {
"type": "string",
"description": "TODO update query language\nQuery expressions can be used to restrict results based upon\nthe account properties where the operators `=`, `NOT`, `AND` and `OR`\ncan be used along with the suffix wildcard symbol `*`.\n\nThe string properties in a query expression should use escaped quotes\nfor values that include whitespace to prevent unexpected behavior.\n\nSome example queries are:\n\n* Query `display_name=Th*` returns accounts whose display_name\nstarts with \"Th\"\n* Query `display_name=\\\\\"Test String\\\\\"` returns groups with\ndisplay names that include both \"Test\" and \"String\"",
"title": "Optional. Search criteria used to select the groups to return.\nIf no search criteria is specified then all groups will be\nreturned"
},
"id": {
"type": "string",
"title": "The id of the group to list members from"
}
}
},
"v0ListMembersResponse": { "v0ListMembersResponse": {
"type": "object", "type": "object",
"properties": { "properties": {
@@ -1047,19 +1030,6 @@
"v0RebuildIndexResponse": { "v0RebuildIndexResponse": {
"type": "object" "type": "object"
}, },
"v0RemoveMemberRequest": {
"type": "object",
"properties": {
"groupId": {
"type": "string",
"title": "The id of the group to remove a member from"
},
"accountId": {
"type": "string",
"title": "The account id to remove"
}
}
},
"v0UpdateAccountRequest": { "v0UpdateAccountRequest": {
"type": "object", "type": "object",
"properties": { "properties": {
+74 -74
View File
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
+2 -2
View File
@@ -1,7 +1,7 @@
// Code generated by protoc-gen-go. DO NOT EDIT. // Code generated by protoc-gen-go. DO NOT EDIT.
// versions: // versions:
// protoc-gen-go v1.26.0 // protoc-gen-go v1.27.1
// protoc v3.15.2 // protoc v3.17.3
// source: settings.proto // source: settings.proto
package proto package proto
+16 -22
View File
@@ -5,10 +5,10 @@ package proto
import ( import (
fmt "fmt" fmt "fmt"
proto "github.com/golang/protobuf/proto"
empty "github.com/golang/protobuf/ptypes/empty" empty "github.com/golang/protobuf/ptypes/empty"
_ "github.com/grpc-ecosystem/grpc-gateway/v2/protoc-gen-openapiv2/options" _ "github.com/grpc-ecosystem/grpc-gateway/v2/protoc-gen-openapiv2/options"
_ "google.golang.org/genproto/googleapis/api/annotations" _ "google.golang.org/genproto/googleapis/api/annotations"
proto "google.golang.org/protobuf/proto"
math "math" math "math"
) )
@@ -24,12 +24,6 @@ var _ = proto.Marshal
var _ = fmt.Errorf var _ = fmt.Errorf
var _ = math.Inf var _ = math.Inf
// This is a compile-time assertion to ensure that this generated file
// is compatible with the proto package it is being compiled against.
// A compilation error at this line likely means your copy of the
// proto package needs to be updated.
const _ = proto.ProtoPackageIsVersion3 // please upgrade the proto package
// Reference imports to suppress errors if they are not otherwise used. // Reference imports to suppress errors if they are not otherwise used.
var _ api.Endpoint var _ api.Endpoint
var _ context.Context var _ context.Context
@@ -40,35 +34,35 @@ var _ server.Option
func NewBundleServiceEndpoints() []*api.Endpoint { func NewBundleServiceEndpoints() []*api.Endpoint {
return []*api.Endpoint{ return []*api.Endpoint{
&api.Endpoint{ {
Name: "BundleService.SaveBundle", Name: "BundleService.SaveBundle",
Path: []string{"/api/v0/settings/bundle-save"}, Path: []string{"/api/v0/settings/bundle-save"},
Method: []string{"POST"}, Method: []string{"POST"},
Body: "*", Body: "*",
Handler: "rpc", Handler: "rpc",
}, },
&api.Endpoint{ {
Name: "BundleService.GetBundle", Name: "BundleService.GetBundle",
Path: []string{"/api/v0/settings/bundle-get"}, Path: []string{"/api/v0/settings/bundle-get"},
Method: []string{"POST"}, Method: []string{"POST"},
Body: "*", Body: "*",
Handler: "rpc", Handler: "rpc",
}, },
&api.Endpoint{ {
Name: "BundleService.ListBundles", Name: "BundleService.ListBundles",
Path: []string{"/api/v0/settings/bundles-list"}, Path: []string{"/api/v0/settings/bundles-list"},
Method: []string{"POST"}, Method: []string{"POST"},
Body: "*", Body: "*",
Handler: "rpc", Handler: "rpc",
}, },
&api.Endpoint{ {
Name: "BundleService.AddSettingToBundle", Name: "BundleService.AddSettingToBundle",
Path: []string{"/api/v0/settings/bundles-add-setting"}, Path: []string{"/api/v0/settings/bundles-add-setting"},
Method: []string{"POST"}, Method: []string{"POST"},
Body: "*", Body: "*",
Handler: "rpc", Handler: "rpc",
}, },
&api.Endpoint{ {
Name: "BundleService.RemoveSettingFromBundle", Name: "BundleService.RemoveSettingFromBundle",
Path: []string{"/api/v0/settings/bundles-remove-setting"}, Path: []string{"/api/v0/settings/bundles-remove-setting"},
Method: []string{"POST"}, Method: []string{"POST"},
@@ -238,28 +232,28 @@ func (h *bundleServiceHandler) RemoveSettingFromBundle(ctx context.Context, in *
func NewValueServiceEndpoints() []*api.Endpoint { func NewValueServiceEndpoints() []*api.Endpoint {
return []*api.Endpoint{ return []*api.Endpoint{
&api.Endpoint{ {
Name: "ValueService.SaveValue", Name: "ValueService.SaveValue",
Path: []string{"/api/v0/settings/values-save"}, Path: []string{"/api/v0/settings/values-save"},
Method: []string{"POST"}, Method: []string{"POST"},
Body: "*", Body: "*",
Handler: "rpc", Handler: "rpc",
}, },
&api.Endpoint{ {
Name: "ValueService.GetValue", Name: "ValueService.GetValue",
Path: []string{"/api/v0/settings/values-get"}, Path: []string{"/api/v0/settings/values-get"},
Method: []string{"POST"}, Method: []string{"POST"},
Body: "*", Body: "*",
Handler: "rpc", Handler: "rpc",
}, },
&api.Endpoint{ {
Name: "ValueService.ListValues", Name: "ValueService.ListValues",
Path: []string{"/api/v0/settings/values-list"}, Path: []string{"/api/v0/settings/values-list"},
Method: []string{"POST"}, Method: []string{"POST"},
Body: "*", Body: "*",
Handler: "rpc", Handler: "rpc",
}, },
&api.Endpoint{ {
Name: "ValueService.GetValueByUniqueIdentifiers", Name: "ValueService.GetValueByUniqueIdentifiers",
Path: []string{"/api/v0/settings/values-get-by-unique-identifiers"}, Path: []string{"/api/v0/settings/values-get-by-unique-identifiers"},
Method: []string{"POST"}, Method: []string{"POST"},
@@ -405,28 +399,28 @@ func (h *valueServiceHandler) GetValueByUniqueIdentifiers(ctx context.Context, i
func NewRoleServiceEndpoints() []*api.Endpoint { func NewRoleServiceEndpoints() []*api.Endpoint {
return []*api.Endpoint{ return []*api.Endpoint{
&api.Endpoint{ {
Name: "RoleService.ListRoles", Name: "RoleService.ListRoles",
Path: []string{"/api/v0/settings/roles-list"}, Path: []string{"/api/v0/settings/roles-list"},
Method: []string{"POST"}, Method: []string{"POST"},
Body: "*", Body: "*",
Handler: "rpc", Handler: "rpc",
}, },
&api.Endpoint{ {
Name: "RoleService.ListRoleAssignments", Name: "RoleService.ListRoleAssignments",
Path: []string{"/api/v0/settings/assignments-list"}, Path: []string{"/api/v0/settings/assignments-list"},
Method: []string{"POST"}, Method: []string{"POST"},
Body: "*", Body: "*",
Handler: "rpc", Handler: "rpc",
}, },
&api.Endpoint{ {
Name: "RoleService.AssignRoleToUser", Name: "RoleService.AssignRoleToUser",
Path: []string{"/api/v0/settings/assignments-add"}, Path: []string{"/api/v0/settings/assignments-add"},
Method: []string{"POST"}, Method: []string{"POST"},
Body: "*", Body: "*",
Handler: "rpc", Handler: "rpc",
}, },
&api.Endpoint{ {
Name: "RoleService.RemoveRoleFromUser", Name: "RoleService.RemoveRoleFromUser",
Path: []string{"/api/v0/settings/assignments-remove"}, Path: []string{"/api/v0/settings/assignments-remove"},
Method: []string{"POST"}, Method: []string{"POST"},
@@ -572,14 +566,14 @@ func (h *roleServiceHandler) RemoveRoleFromUser(ctx context.Context, in *RemoveR
func NewPermissionServiceEndpoints() []*api.Endpoint { func NewPermissionServiceEndpoints() []*api.Endpoint {
return []*api.Endpoint{ return []*api.Endpoint{
&api.Endpoint{ {
Name: "PermissionService.ListPermissionsByResource", Name: "PermissionService.ListPermissionsByResource",
Path: []string{"/api/v0/settings/permissions-list-by-resource"}, Path: []string{"/api/v0/settings/permissions-list-by-resource"},
Method: []string{"POST"}, Method: []string{"POST"},
Body: "*", Body: "*",
Handler: "rpc", Handler: "rpc",
}, },
&api.Endpoint{ {
Name: "PermissionService.GetPermissionByID", Name: "PermissionService.GetPermissionByID",
Path: []string{"/api/v0/settings/permissions-get-by-id"}, Path: []string{"/api/v0/settings/permissions-get-by-id"},
Method: []string{"POST"}, Method: []string{"POST"},
+3 -6
View File
@@ -533,14 +533,11 @@
"protobufAny": { "protobufAny": {
"type": "object", "type": "object",
"properties": { "properties": {
"typeUrl": { "@type": {
"type": "string" "type": "string"
},
"value": {
"type": "string",
"format": "byte"
} }
} },
"additionalProperties": {}
}, },
"rpcStatus": { "rpcStatus": {
"type": "object", "type": "object",
+2 -2
View File
@@ -1,7 +1,7 @@
// Code generated by protoc-gen-go. DO NOT EDIT. // Code generated by protoc-gen-go. DO NOT EDIT.
// versions: // versions:
// protoc-gen-go v1.26.0 // protoc-gen-go v1.27.1
// protoc v3.15.2 // protoc v3.17.3
// source: store.proto // source: store.proto
package proto package proto
+1 -7
View File
@@ -5,8 +5,8 @@ package proto
import ( import (
fmt "fmt" fmt "fmt"
proto "github.com/golang/protobuf/proto"
_ "github.com/grpc-ecosystem/grpc-gateway/v2/protoc-gen-openapiv2/options" _ "github.com/grpc-ecosystem/grpc-gateway/v2/protoc-gen-openapiv2/options"
proto "google.golang.org/protobuf/proto"
math "math" math "math"
) )
@@ -22,12 +22,6 @@ var _ = proto.Marshal
var _ = fmt.Errorf var _ = fmt.Errorf
var _ = math.Inf var _ = math.Inf
// This is a compile-time assertion to ensure that this generated file
// is compatible with the proto package it is being compiled against.
// A compilation error at this line likely means your copy of the
// proto package needs to be updated.
const _ = proto.ProtoPackageIsVersion3 // please upgrade the proto package
// Reference imports to suppress errors if they are not otherwise used. // Reference imports to suppress errors if they are not otherwise used.
var _ api.Endpoint var _ api.Endpoint
var _ context.Context var _ context.Context
+3 -6
View File
@@ -33,14 +33,11 @@
"protobufAny": { "protobufAny": {
"type": "object", "type": "object",
"properties": { "properties": {
"typeUrl": { "@type": {
"type": "string" "type": "string"
},
"value": {
"type": "string",
"format": "byte"
} }
} },
"additionalProperties": {}
}, },
"rpcStatus": { "rpcStatus": {
"type": "object", "type": "object",
+2 -2
View File
@@ -1,7 +1,7 @@
// Code generated by protoc-gen-go. DO NOT EDIT. // Code generated by protoc-gen-go. DO NOT EDIT.
// versions: // versions:
// protoc-gen-go v1.26.0 // protoc-gen-go v1.27.1
// protoc v3.15.2 // protoc v3.17.3
// source: thumbnails.proto // source: thumbnails.proto
package proto package proto
@@ -5,8 +5,8 @@ package proto
import ( import (
fmt "fmt" fmt "fmt"
proto "github.com/golang/protobuf/proto"
_ "github.com/grpc-ecosystem/grpc-gateway/v2/protoc-gen-openapiv2/options" _ "github.com/grpc-ecosystem/grpc-gateway/v2/protoc-gen-openapiv2/options"
proto "google.golang.org/protobuf/proto"
math "math" math "math"
) )
@@ -22,12 +22,6 @@ var _ = proto.Marshal
var _ = fmt.Errorf var _ = fmt.Errorf
var _ = math.Inf var _ = math.Inf
// This is a compile-time assertion to ensure that this generated file
// is compatible with the proto package it is being compiled against.
// A compilation error at this line likely means your copy of the
// proto package needs to be updated.
const _ = proto.ProtoPackageIsVersion3 // please upgrade the proto package
// Reference imports to suppress errors if they are not otherwise used. // Reference imports to suppress errors if they are not otherwise used.
var _ api.Endpoint var _ api.Endpoint
var _ context.Context var _ context.Context
@@ -42,14 +42,11 @@
"protobufAny": { "protobufAny": {
"type": "object", "type": "object",
"properties": { "properties": {
"typeUrl": { "@type": {
"type": "string" "type": "string"
},
"value": {
"type": "string",
"format": "byte"
} }
} },
"additionalProperties": {}
}, },
"rpcStatus": { "rpcStatus": {
"type": "object", "type": "object",
+14 -14
View File
@@ -1,5 +1,5 @@
// Code generated by fileb0x at "2021-09-14 21:46:54.807138577 +0100 WEST m=+0.136975927" from config file "embed.yml" DO NOT EDIT. // Code generated by fileb0x at "2021-09-25 14:41:44.355016883 +0200 CEST m=+0.409295361" from config file "embed.yml" DO NOT EDIT.
// modification hash(e7832e4761e6f0aae53c0d8dd9e53408.c9b7e50721daf642e7eab7fd220fff97) // modification hash(3cb367ad98b434c3e047963823eed27c.c9b7e50721daf642e7eab7fd220fff97)
package assets package assets
@@ -158,7 +158,17 @@ func init() {
panic(err) panic(err)
} }
err = FS.Mkdir(CTX, "css/", 0777) err = FS.Mkdir(CTX, "themes/", 0777)
if err != nil && err != os.ErrExist {
panic(err)
}
err = FS.Mkdir(CTX, "themes/owncloud/", 0777)
if err != nil && err != os.ErrExist {
panic(err)
}
err = FS.Mkdir(CTX, "themes/owncloud/assets/", 0777)
if err != nil && err != os.ErrExist { if err != nil && err != os.ErrExist {
panic(err) panic(err)
} }
@@ -178,17 +188,7 @@ func init() {
panic(err) panic(err)
} }
err = FS.Mkdir(CTX, "themes/", 0777) err = FS.Mkdir(CTX, "css/", 0777)
if err != nil && err != os.ErrExist {
panic(err)
}
err = FS.Mkdir(CTX, "themes/owncloud/", 0777)
if err != nil && err != os.ErrExist {
panic(err)
}
err = FS.Mkdir(CTX, "themes/owncloud/assets/", 0777)
if err != nil && err != os.ErrExist { if err != nil && err != os.ErrExist {
panic(err) panic(err)
} }