Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Resource ¶
type Resource interface {
Path() string
SimpleName() string
Size() int64
ReadBinary() ([]byte, error)
ReadText() (string, error)
Open() (io.ReadCloser, error)
}
Resource 表示一个资源
Click to show internal directories.
Click to hide internal directories.