service_overview

package
v1.9.4-beta Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 26, 2025 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type IOverviewService

type IOverviewService interface {
	Update(ctx context.Context, serviceId string, update *Update) error
	List(ctx context.Context, serviceIds ...string) ([]*Overview, error)
	Map(ctx context.Context, serviceIds ...string) (map[string]*Overview, error)
}

type Overview

type Overview struct {
	Service         string
	ApiCount        int64
	ReleaseApiCount int64
	IsReleased      bool
}

func FromEntity

func FromEntity(e *service.Overview) *Overview

type Update

type Update struct {
	ApiCount        *int64
	ReleaseApiCount *int64
	IsReleased      *bool
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL