Documentation ¶
Overview ¶
Package release NOTES
Index ¶
- type ReleasedService
- func (rs *ReleasedService) GetMatchedRelease(kt *kit.Kit, meta *types.AppInstanceMeta) (uint32, error)
- func (rs *ReleasedService) ListAppLatestReleaseKvMeta(kt *kit.Kit, opts *types.AppInstanceMeta) (*types.AppLatestReleaseKvMeta, error)
- func (rs *ReleasedService) ListAppLatestReleaseMeta(kt *kit.Kit, opts *types.AppInstanceMeta) (*types.AppLatestReleaseMeta, error)
- func (rs *ReleasedService) Watch(im *sfs.IncomingMeta, payload *sfs.SideWatchPayload, ...) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ReleasedService ¶
type ReleasedService struct {
// contains filtered or unexported fields
}
ReleasedService defines release related operations.
func (*ReleasedService) GetMatchedRelease ¶
func (rs *ReleasedService) GetMatchedRelease(kt *kit.Kit, meta *types.AppInstanceMeta) (uint32, error)
GetMatchedRelease get the app instance's matched release id.
func (*ReleasedService) ListAppLatestReleaseKvMeta ¶
func (rs *ReleasedService) ListAppLatestReleaseKvMeta(kt *kit.Kit, opts *types.AppInstanceMeta) ( *types.AppLatestReleaseKvMeta, error)
ListAppLatestReleaseKvMeta list a app's latest release metadata
func (*ReleasedService) ListAppLatestReleaseMeta ¶
func (rs *ReleasedService) ListAppLatestReleaseMeta(kt *kit.Kit, opts *types.AppInstanceMeta) ( *types.AppLatestReleaseMeta, error)
ListAppLatestReleaseMeta list a app's latest release metadata
func (*ReleasedService) Watch ¶
func (rs *ReleasedService) Watch(im *sfs.IncomingMeta, payload *sfs.SideWatchPayload, fws pbfs.Upstream_WatchServer) error
Watch handle watch messages delivered from sidecar.
Click to show internal directories.
Click to hide internal directories.