ipfs-search/ipfs-search

View on GitHub
types/stat.go

Summary

Maintainability
A
0 mins
Test Coverage
package types

// Stat represents the type and size of a Resource.
type Stat struct {
    Type ResourceType
    Size uint64
}