type github.com/oapi-codegen/runtime/types.File
12 uses
github.com/oapi-codegen/runtime/types (current package)
file.go#L10: type File struct {
file.go#L16: func (file *File) InitFromMultipart(header *multipart.FileHeader) {
file.go#L22: func (file *File) InitFromBytes(data []byte, filename string) {
file.go#L28: func (file File) MarshalJSON() ([]byte, error) {
file.go#L36: func (file *File) UnmarshalJSON(data []byte) error {
file.go#L40: func (file File) Bytes() ([]byte, error) {
file.go#L52: func (file File) Reader() (io.ReadCloser, error) {
file.go#L59: func (file File) Filename() string {
file.go#L66: func (file File) FileSize() int64 {
github.com/oapi-codegen/runtime
bindform.go#L142: if _, ok := v.Interface().([]types.File); ok {
bindform.go#L143: result := make([]types.File, len(files))
bindform.go#L170: if file, ok := v.Interface().(types.File); ok {
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |