This website works better with JavaScript
Sākums
Izpētīt
Palīdzība
Reģistrēties
Pierakstīties
i2
/
go-zero
Vērot
0
Pievienot zvaigznīti
0
Atdalīts
0
Faili
Problēmas
0
Izmaiņu pieprasījumi
0
Vikivietne
Koks:
afd9ff889e
Atzari
Tagi
master
v1.0.1
v1.0.0
go-zero
/
core
/
naming
/
namer.go
namer.go
98 B
Vēsture
Neapstrādāts
1
2
3
4
5
6
package naming
// Namer interface wraps the method Name.
type Namer interface {
Name() string
}