type go.opencensus.io/zpages/internal._escFile
14 uses
go.opencensus.io/zpages/internal (current package)
resources.go#L30: type _escFile struct {
resources.go#L50: func (_escStaticFS) prepare(name string) (*_escFile, error) {
resources.go#L87: func (f *_escFile) File() (http.File, error) {
resources.go#L90: *_escFile
resources.go#L98: func (f *_escFile) Close() error {
resources.go#L102: func (f *_escFile) Readdir(count int) ([]os.FileInfo, error) {
resources.go#L106: func (f *_escFile) Stat() (os.FileInfo, error) {
resources.go#L110: func (f *_escFile) Name() string {
resources.go#L114: func (f *_escFile) Size() int64 {
resources.go#L118: func (f *_escFile) Mode() os.FileMode {
resources.go#L122: func (f *_escFile) ModTime() time.Time {
resources.go#L126: func (f *_escFile) IsDir() bool {
resources.go#L130: func (f *_escFile) Sys() interface{} {
resources.go#L191: var _escData = map[string]*_escFile{
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |