kamiazya/memomail

View on GitHub
model/attachment/attachment.go

Summary

Maintainability
A
0 mins
Test Coverage
package attachment

type Attachment struct {
    Path string
}