github.com/altipla-consulting/ravendb-go-client@v0.1.3/attachment_type.go (about)

     1  package ravendb
     2  
     3  type AttachmentType = string
     4  
     5  const (
     6  	AttachmentDocument = "Document"
     7  	AttachmentRevision = "Revision"
     8  )