Page Menu
Home
Sealhub
Search
Configure Global Search
Log In
Files
F3010632
mountable.ts
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
330 B
Referenced Files
None
Subscribers
None
mountable.ts
View Options
import
Router
from
"@koa/router"
;
import
{
Context
}
from
"koa"
;
export
abstract
class
Mountable
{
// eslint-disable-next-line @typescript-eslint/no-empty-function
init
()
:
void
{}
abstract
mount
(
router
:
Router
,
path
:
string
)
:
void
;
abstract
canAccess
(
ctx
:
Context
)
:
Promise
<
{
canAccess
:
boolean
;
message
:
string
}
>
;
}
File Metadata
Details
Attached
Mime Type
text/x-java
Expires
Wed, May 7, 19:45 (1 d, 6 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
624689
Default Alt Text
mountable.ts (330 B)
Attached To
Mode
rSGEN sealgen
Attached
Detach File
Event Timeline
Log In to Comment