This adds a bunch of stuff, including setting the organization's Lob sender address ID, inserting mailer/compliance_report relationships, adding external id from Lob (or maybe some other provider) and attempting to load up the pool feature for a site.
15 lines
250 B
Go
15 lines
250 B
Go
package file
|
|
|
|
type Collection int
|
|
|
|
const (
|
|
CollectionAudioRaw Collection = iota
|
|
CollectionAudioNormalized
|
|
CollectionAudioTranscoded
|
|
CollectionAvatar
|
|
CollectionCSV
|
|
CollectionImageRaw
|
|
CollectionLogo
|
|
CollectionMailerPDF
|
|
CollectionPublicImage
|
|
)
|