This website requires JavaScript.
Explore
Help
Sign In
LumeWeb
/
portal
Watch
1
Star
0
Fork
You've already forked portal
0
Code
Issues
5
Pull Requests
Packages
Projects
Releases
Wiki
Activity
0bc862e35d
portal
/
controller
/
response
/
file_status.go
6 lines
84 B
Go
Raw
Normal View
History
Unescape
Escape
refactor: move more response structs to response package
2023-06-07 17:17:11 +00:00
package
response
refactor: rename to FileStatusResponse
2023-06-15 04:25:38 +00:00
type
FileStatusResponse
struct
{
refactor: move more response structs to response package
2023-06-07 17:17:11 +00:00
Status
string
`
json:"status"
`
}