File: deprecated.go

package info (click to toggle)
golang-github-hirochachacha-go-smb2 1.1.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 952 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