Home
last modified time | relevance | path

Searched defs:ValueAttribution (Results 1 – 2 of 2) sorted by relevance

/dports/net/storj/storj-1.45.3/satellite/satellitedb/
H A Dattribution.go196 func attributionFromDBX(info *dbx.ValueAttribution) (*attribution.Info, error) {
/dports/net/storj/storj-1.45.3/satellite/satellitedb/dbx/
H A Dsatellitedb.dbx.go8628 type ValueAttribution struct { struct
8629 ProjectId []byte
8630 BucketName []byte
8631 PartnerId []byte
8632 UserAgent []byte
8633 LastUpdated time.Time
8636 func (ValueAttribution) _Table() string { return "value_attributions" }