chore: update resource service

This commit is contained in:
Steven
2023-10-03 23:44:14 +08:00
parent 2e82ba50f2
commit 7dc4bc5714
13 changed files with 832 additions and 218 deletions

View File

@ -47,7 +47,6 @@ type Resource struct {
type CreateResourceRequest struct {
Filename string `json:"filename"`
InternalPath string `json:"internalPath"`
ExternalLink string `json:"externalLink"`
Type string `json:"type"`
}