File: deprecated.go

package info (click to toggle)
golang-github-cloudsoda-go-smb2 0.0~git20231124.f3ec8ae-2
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 972 kB
  • sloc: makefile: 2
file content (8 lines) | stat: -rw-r--r-- 292 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
package smb2

type Client = Session          // deprecated type name
type RemoteFileSystem = Share  // deprecated type name
type RemoteFile = File         // deprecated type name
type RemoteFileStat = FileStat // deprecated type name

const MaxReadSizeLimit = 0x100000 // deprecated constant