This website works better with JavaScript
Home
Esplora
Aiuto
Accedi
Craft
/
Api
Segui
2
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Albero (Tree):
5f865d7ca4
Rami (Branch)
Tag
main
v0.1.2
v0.1.1
v0.1.0
Api
/
service
/
service.go
service.go
76 B
Cronologia
Originale
1
2
3
4
5
6
package service
type Service interface {
String() string
Close() error
}