Documentation ¶
Index ¶
- type Catalog
- func (e *Catalog) CreateUpdateCatalog(ctx context.Context, i *v1alpha1.CreateUpdateCatalogRequest) (*v1alpha1.CreateUpdateCatalogResponse, error)
- func (e *Catalog) DeleteCatalog(ctx context.Context, i *v1alpha1.DeleteCatalogRequest) (*v1alpha1.DeleteCatalogResponse, error)
- func (e *Catalog) GetCatalog(ctx context.Context, i *v1alpha1.GetCatalogRequest) (*v1alpha1.GetCatalogResponse, error)
- func (e *Catalog) ListCatalogs(ctx context.Context, i *v1alpha1.ListCatalogsRequest) (*v1alpha1.ListCatalogsResponse, error)
- type Event
- func (e *Event) CreateEvent(ctx context.Context, i *v1alpha1.CreateEventRequest) (*v1alpha1.CreateEventResponse, error)
- func (e *Event) DeleteEvent(ctx context.Context, i *v1alpha1.DeleteEventRequest) (*v1alpha1.DeleteEventResponse, error)
- func (e *Event) GetEvent(ctx context.Context, i *v1alpha1.GetEventRequest) (*v1alpha1.GetEventResponse, error)
- func (e *Event) ListEvents(ctx context.Context, i *v1alpha1.ListEventsRequest) (*v1alpha1.ListEventsResponse, error)
- func (e *Event) SearchEvents(ctx context.Context, i *v1alpha1.SearchEventsRequest) (*v1alpha1.SearchEventsResponse, error)
- func (e *Event) UpdateEvent(ctx context.Context, i *v1alpha1.UpdateEventRequest) (*v1alpha1.UpdateEventResponse, error)
- type Lock
- func (e *Lock) CreateLock(ctx context.Context, i *v1alpha1.CreateLockRequest) (*v1alpha1.CreateLockResponse, error)
- func (e *Lock) GetLock(ctx context.Context, i *v1alpha1.GetLockRequest) (*v1alpha1.GetLockResponse, error)
- func (e *Lock) ListLocks(ctx context.Context, i *v1alpha1.ListLocksRequest) (*v1alpha1.ListLocksResponse, error)
- func (e *Lock) UnLock(ctx context.Context, i *v1alpha1.UnLockRequest) (*v1alpha1.UnLockResponse, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Catalog ¶ added in v0.4.0
type Catalog struct { v1alpha1.UnimplementedCatalogServiceServer // contains filtered or unexported fields }
func NewCatalog ¶ added in v0.4.0
func NewCatalog() *Catalog
func (*Catalog) CreateUpdateCatalog ¶ added in v0.4.0
func (e *Catalog) CreateUpdateCatalog( ctx context.Context, i *v1alpha1.CreateUpdateCatalogRequest, ) (*v1alpha1.CreateUpdateCatalogResponse, error)
func (*Catalog) DeleteCatalog ¶ added in v0.4.0
func (e *Catalog) DeleteCatalog( ctx context.Context, i *v1alpha1.DeleteCatalogRequest, ) (*v1alpha1.DeleteCatalogResponse, error)
func (*Catalog) GetCatalog ¶ added in v0.4.0
func (e *Catalog) GetCatalog( ctx context.Context, i *v1alpha1.GetCatalogRequest, ) (*v1alpha1.GetCatalogResponse, error)
func (*Catalog) ListCatalogs ¶ added in v0.4.0
func (e *Catalog) ListCatalogs( ctx context.Context, i *v1alpha1.ListCatalogsRequest, ) (*v1alpha1.ListCatalogsResponse, error)
type Event ¶
type Event struct { v1alpha1.UnimplementedEventServiceServer // contains filtered or unexported fields }
func (*Event) CreateEvent ¶
func (e *Event) CreateEvent( ctx context.Context, i *v1alpha1.CreateEventRequest, ) (*v1alpha1.CreateEventResponse, error)
func (*Event) DeleteEvent ¶ added in v0.3.0
func (e *Event) DeleteEvent( ctx context.Context, i *v1alpha1.DeleteEventRequest, ) (*v1alpha1.DeleteEventResponse, error)
func (*Event) GetEvent ¶
func (e *Event) GetEvent( ctx context.Context, i *v1alpha1.GetEventRequest, ) (*v1alpha1.GetEventResponse, error)
func (*Event) ListEvents ¶
func (e *Event) ListEvents( ctx context.Context, i *v1alpha1.ListEventsRequest, ) (*v1alpha1.ListEventsResponse, error)
func (*Event) SearchEvents ¶
func (e *Event) SearchEvents( ctx context.Context, i *v1alpha1.SearchEventsRequest, ) (*v1alpha1.SearchEventsResponse, error)
func (*Event) UpdateEvent ¶ added in v0.3.0
func (e *Event) UpdateEvent( ctx context.Context, i *v1alpha1.UpdateEventRequest, ) (*v1alpha1.UpdateEventResponse, error)
type Lock ¶
type Lock struct { v1alpha1.UnimplementedLockServiceServer // contains filtered or unexported fields }
func (*Lock) CreateLock ¶
func (e *Lock) CreateLock( ctx context.Context, i *v1alpha1.CreateLockRequest, ) (*v1alpha1.CreateLockResponse, error)
func (*Lock) GetLock ¶
func (e *Lock) GetLock( ctx context.Context, i *v1alpha1.GetLockRequest, ) (*v1alpha1.GetLockResponse, error)
func (*Lock) ListLocks ¶
func (e *Lock) ListLocks( ctx context.Context, i *v1alpha1.ListLocksRequest, ) (*v1alpha1.ListLocksResponse, error)
func (*Lock) UnLock ¶
func (e *Lock) UnLock( ctx context.Context, i *v1alpha1.UnLockRequest, ) (*v1alpha1.UnLockResponse, error)
Click to show internal directories.
Click to hide internal directories.