aboutsummaryrefslogtreecommitdiff
path: root/api/next/50102.txt
diff options
context:
space:
mode:
Diffstat (limited to 'api/next/50102.txt')
-rw-r--r--api/next/50102.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/api/next/50102.txt b/api/next/50102.txt
new file mode 100644
index 0000000000..a142c3c220
--- /dev/null
+++ b/api/next/50102.txt
@@ -0,0 +1,9 @@
+pkg archive/tar, type FileInfoNames interface { Gname, IsDir, ModTime, Mode, Name, Size, Sys, Uname } #50102
+pkg archive/tar, type FileInfoNames interface, Gname() (string, error) #50102
+pkg archive/tar, type FileInfoNames interface, IsDir() bool #50102
+pkg archive/tar, type FileInfoNames interface, ModTime() time.Time #50102
+pkg archive/tar, type FileInfoNames interface, Mode() fs.FileMode #50102
+pkg archive/tar, type FileInfoNames interface, Name() string #50102
+pkg archive/tar, type FileInfoNames interface, Size() int64 #50102
+pkg archive/tar, type FileInfoNames interface, Sys() interface{} #50102
+pkg archive/tar, type FileInfoNames interface, Uname() (string, error) #50102