diff options
| author | 2025-03-09 17:47:56 +0100 | |
|---|---|---|
| committer | 2025-12-01 22:08:04 +0100 | |
| commit | b1af8fd87760b34e3ff2fd3bda38f211815a0473 (patch) | |
| tree | 9317fad1a7ec298d7a8d2678e4e422953bbc6f33 /vendor/github.com/ugorji/go/codec/msgpack.notfastpath.mono.generated.go | |
| parent | [chore] update URLs to forked source (diff) | |
| download | gotosocial-b1af8fd87760b34e3ff2fd3bda38f211815a0473.tar.xz | |
[chore] remove vendor
Diffstat (limited to 'vendor/github.com/ugorji/go/codec/msgpack.notfastpath.mono.generated.go')
| -rw-r--r-- | vendor/github.com/ugorji/go/codec/msgpack.notfastpath.mono.generated.go | 52 |
1 files changed, 0 insertions, 52 deletions
diff --git a/vendor/github.com/ugorji/go/codec/msgpack.notfastpath.mono.generated.go b/vendor/github.com/ugorji/go/codec/msgpack.notfastpath.mono.generated.go deleted file mode 100644 index b4f7d2465..000000000 --- a/vendor/github.com/ugorji/go/codec/msgpack.notfastpath.mono.generated.go +++ /dev/null @@ -1,52 +0,0 @@ -//go:build !notmono && !codec.notmono && (notfastpath || codec.notfastpath) - -// Copyright (c) 2012-2020 Ugorji Nwoke. All rights reserved. -// Use of this source code is governed by a MIT license found in the LICENSE file. - -package codec - -import ( - "reflect" -) - -type fastpathEMsgpackBytes struct { - rt reflect.Type - encfn func(*encoderMsgpackBytes, *encFnInfo, reflect.Value) -} -type fastpathDMsgpackBytes struct { - rt reflect.Type - decfn func(*decoderMsgpackBytes, *decFnInfo, reflect.Value) -} -type fastpathEsMsgpackBytes [0]fastpathEMsgpackBytes -type fastpathDsMsgpackBytes [0]fastpathDMsgpackBytes - -func (helperEncDriverMsgpackBytes) fastpathEncodeTypeSwitch(iv interface{}, e *encoderMsgpackBytes) bool { - return false -} -func (helperDecDriverMsgpackBytes) fastpathDecodeTypeSwitch(iv interface{}, d *decoderMsgpackBytes) bool { - return false -} - -func (helperEncDriverMsgpackBytes) fastpathEList() (v *fastpathEsMsgpackBytes) { return } -func (helperDecDriverMsgpackBytes) fastpathDList() (v *fastpathDsMsgpackBytes) { return } - -type fastpathEMsgpackIO struct { - rt reflect.Type - encfn func(*encoderMsgpackIO, *encFnInfo, reflect.Value) -} -type fastpathDMsgpackIO struct { - rt reflect.Type - decfn func(*decoderMsgpackIO, *decFnInfo, reflect.Value) -} -type fastpathEsMsgpackIO [0]fastpathEMsgpackIO -type fastpathDsMsgpackIO [0]fastpathDMsgpackIO - -func (helperEncDriverMsgpackIO) fastpathEncodeTypeSwitch(iv interface{}, e *encoderMsgpackIO) bool { - return false -} -func (helperDecDriverMsgpackIO) fastpathDecodeTypeSwitch(iv interface{}, d *decoderMsgpackIO) bool { - return false -} - -func (helperEncDriverMsgpackIO) fastpathEList() (v *fastpathEsMsgpackIO) { return } -func (helperDecDriverMsgpackIO) fastpathDList() (v *fastpathDsMsgpackIO) { return } |
