service backend
This commit is contained in:
9
api/pkg/version/info.go
Normal file
9
api/pkg/version/info.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package version
|
||||
|
||||
type Printer interface {
|
||||
Print() string
|
||||
Short() string
|
||||
Info() string
|
||||
Context() string
|
||||
Program() string
|
||||
}
|
||||
Reference in New Issue
Block a user