mirror of
https://github.com/fluencelabs/examples
synced 2025-04-25 02:32:16 +00:00
8 lines
129 B
Plaintext
8 lines
129 B
Plaintext
data SizeResult:
|
|
size: u32
|
|
success: bool
|
|
error: string
|
|
|
|
service ProcessFiles:
|
|
file_size(file_path: string) -> SizeResult
|