Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
Functions ¶
Types ¶
type Service ¶
type Service interface { // 获取 build 统计 Build(ctx context.Context, req buildRequest) (res map[string]interface{}, err error) }
func NewService ¶
func NewService(logger log.Logger, cf *config.Config, store repository.Repository) Service
Click to show internal directories.
Click to hide internal directories.