aboutsummaryrefslogtreecommitdiff
path: root/object/id/objectid_algorithm.go
blob: cb694b7c8ec760598e1c16bbb732786f77b9d0d9 (about) (plain) (blame)
1
2
3
4
5
6
package objectid

// Algorithm returns the object ID's hash algorithm.
func (id ObjectID) Algorithm() Algorithm {
	return id.algo
}