storj/satellite/internalpb
paul cannon 2ee9463e34 satellite/reputation: don't need 3 identical AuditHistory types
The two protobuf types are identical except that one is in our common/pb
package, and the other is in internalpb. Since the type is public
already, and there is no difference in the internal one, it seems better
to use the public one for all satellite needs.

There is also another type which is essentially identical, but which is
not a protobuf type, also called "AuditHistory". It looks like we don't
ever actually need to have a separate type from the protobuf one.

This change makes us use "storj/common/pb".AuditHistory for all of our
AuditHistory needs.

Refs: https://github.com/storj/storj/issues/4601

Change-Id: If845fde21bb31c801db6d67ffc9a146d1617b991
2022-05-24 05:48:46 +00:00
..
delegated_repair_drpc.pb.go satellite/internalpb: for StreamID rename EncryptedPath to EncryptedObjectKey 2021-10-05 15:15:49 +00:00
delegated_repair.pb.go mod: update drpc to v0.0.19 2021-03-23 17:13:28 +02:00
delegated_repair.proto {satellite,storagenode}/internalpb: use specific package name 2020-10-30 17:31:08 +02:00
doc.go satellite/internalpb: move datarepair.pb to internal 2020-10-30 13:28:14 +02:00
gen.go all: fix linting issues 2022-03-21 15:26:42 +00:00
inspector_drpc.pb.go satellite/internalpb: for StreamID rename EncryptedPath to EncryptedObjectKey 2021-10-05 15:15:49 +00:00
inspector.pb.go satellite/internalpb: for StreamID rename EncryptedPath to EncryptedObjectKey 2021-10-05 15:15:49 +00:00
inspector.proto satellite/internalpb: for StreamID rename EncryptedPath to EncryptedObjectKey 2021-10-05 15:15:49 +00:00
metainfo_sat.pb.go satellite/metainfo: propagate geofencing between buckets and stream id 2021-11-24 08:05:05 +00:00
metainfo_sat.proto satellite/metainfo: propagate geofencing between buckets and stream id 2021-11-24 08:05:05 +00:00
ordersmeta.pb.go {satellite,storagnode}/internalpb: bump gogo to v1.3.2 2021-02-04 11:09:13 +00:00
ordersmeta.proto satellite/orders: use smaller encrypted metadata 2021-01-08 16:40:31 +00:00
types.go satellite/internalpb: add inspectors 2020-10-30 13:28:17 +02:00