Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GenerateParams ¶
type ServiceSet ¶
type ServiceSet struct {
// contains filtered or unexported fields
}
func AllServices ¶ added in v1.35.3
func AllServices(md *meta.Data) ServiceSet
func NewServiceSet ¶
func NewServiceSet(md *meta.Data, include, exclude []string) ServiceSet
NewServiceSet constructs a new service set. If the list contains "*", include all services in the metadata. Finally, exclude any services in the exclude list.
func (ServiceSet) Has ¶
func (s ServiceSet) Has(svc string) bool
func (ServiceSet) List ¶
func (s ServiceSet) List() []string
Click to show internal directories.
Click to hide internal directories.