This website works better with JavaScript
Inicio
Explorar
Axuda
Iniciar sesión
github-mirrors
/
mirror-seaweedfs
Seguir
2
Destacar
0
Fork
0
Ficheiros
Incidencias
0
Pull Requests
0
Wiki
Árbore:
b64ada08bd
Ramas
Etiquetas
main
mirror-seaweedf...
/
weed
/
sequence
/
sequence.go
sequence.go
96 B
Histórico
Raw
1
2
3
4
5
6
package sequence
type Sequencer interface {
NextFileId(count uint64) uint64
SetMax(uint64)
}