type mime/multipart.Part
14 uses
mime/multipart (current package)
multipart.go#L34: type Part struct {
multipart.go#L58: func (p *Part) FormName() string {
multipart.go#L72: func (p *Part) FileName() string {
multipart.go#L79: func (p *Part) parseContentDisposition() {
multipart.go#L123: func newPart(mr *Reader, rawPart bool) (*Part, error) {
multipart.go#L124: bp := &Part{
multipart.go#L144: func (bp *Part) populateHeaders() error {
multipart.go#L155: func (p *Part) Read(d []byte) (n int, err error) {
multipart.go#L162: p *Part
multipart.go#L279: func (p *Part) Close() error {
multipart.go#L290: currentPart *Part
multipart.go#L305: func (r *Reader) NextPart() (*Part, error) {
multipart.go#L314: func (r *Reader) NextRawPart() (*Part, error) {
multipart.go#L318: func (r *Reader) nextPart(rawPart bool) (*Part, error) {
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin 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 @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |