| 176 | FindService(ctx context.Context, id string) (*Service, error) |
| 177 | FindServiceByName(ctx context.Context, orgID, name string) (*Service, error) |
| 178 | FindOrganizationMemberServiceForService(ctx context.Context, id string) (*OrganizationMemberService, error) |
| 179 | FindProjectMemberServicesForService(ctx context.Context, id string) ([]*ProjectMemberServiceWithProject, error) |
| 180 | InsertService(ctx context.Context, opts *InsertServiceOptions) (*Service, error) |
| 181 | DeleteService(ctx context.Context, id string) error |