This website works better with JavaScript
Acasă
Explorează
Ajutor
Autentificare
Craft
/
Api
Urmărește
2
Stea
0
Bifurcare
0
Fisiere
Probleme
0
Trageți solicitările
0
Wiki
Arbore:
5fda96e88a
Ramuri
Etichete
main
v0.1.2
v0.1.1
v0.1.0
Api
/
service
/
service.go
service.go
76 B
Istoric
Crud
1
2
3
4
5
6
package service
type Service interface {
String() string
Close() error
}