Text file api/next/50102.txt

     1  pkg archive/tar, type FileInfoNames interface { Gname, IsDir, ModTime, Mode, Name, Size, Sys, Uname } #50102
     2  pkg archive/tar, type FileInfoNames interface, Gname() (string, error) #50102
     3  pkg archive/tar, type FileInfoNames interface, IsDir() bool #50102
     4  pkg archive/tar, type FileInfoNames interface, ModTime() time.Time #50102
     5  pkg archive/tar, type FileInfoNames interface, Mode() fs.FileMode #50102
     6  pkg archive/tar, type FileInfoNames interface, Name() string #50102
     7  pkg archive/tar, type FileInfoNames interface, Size() int64 #50102
     8  pkg archive/tar, type FileInfoNames interface, Sys() interface{} #50102
     9  pkg archive/tar, type FileInfoNames interface, Uname() (string, error) #50102
    10  

View as plain text