Documentation
¶
Index ¶
- type RequestObjectStore
- func (s *RequestObjectStore) Get(ctx context.Context, id string) (*requestobject.RequestObject, error)
- func (s *RequestObjectStore) Publish(ctx context.Context, requestObject string, accessRequestObjectEvent *spi.Event) (string, error)
- func (s *RequestObjectStore) Remove(ctx context.Context, id string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RequestObjectStore ¶
type RequestObjectStore struct {
// contains filtered or unexported fields
}
func NewRequestObjectStore ¶
func NewRequestObjectStore( repo requestObjectStoreRepository, eventSvc eventService, selfURI, eventTopic string, ) *RequestObjectStore
func (*RequestObjectStore) Get ¶
func (s *RequestObjectStore) Get(ctx context.Context, id string) (*requestobject.RequestObject, error)
Click to show internal directories.
Click to hide internal directories.