Documentation
¶
Index ¶
- type Store
- func (s *Store) CreateOrUpdateFunction(functionConfig *functionconfig.ConfigWithStatus) error
- func (s *Store) CreateOrUpdateFunctionEvent(functionEventConfig *platform.FunctionEventConfig) error
- func (s *Store) CreateOrUpdateProject(projectConfig *platform.ProjectConfig) error
- func (s *Store) DeleteFunction(ctx context.Context, functionMeta *functionconfig.Meta) error
- func (s *Store) DeleteFunctionEvent(functionEventMeta *platform.FunctionEventMeta) error
- func (s *Store) DeleteProject(ctx context.Context, projectMeta *platform.ProjectMeta) error
- func (s *Store) GetFunctionEvents(getFunctionEventsOptions *platform.GetFunctionEventsOptions) ([]platform.FunctionEvent, error)
- func (s *Store) GetFunctions(functionMeta *functionconfig.Meta) ([]platform.Function, error)
- func (s *Store) GetProjectFunctions(getFunctionsOptions *platform.GetFunctionsOptions) ([]platform.Function, error)
- func (s *Store) GetProjects(projectMeta *platform.ProjectMeta) ([]platform.Project, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Store ¶
type Store struct {
// contains filtered or unexported fields
}
func (*Store) CreateOrUpdateFunction ¶
func (s *Store) CreateOrUpdateFunction(functionConfig *functionconfig.ConfigWithStatus) error
func (*Store) CreateOrUpdateFunctionEvent ¶
func (s *Store) CreateOrUpdateFunctionEvent(functionEventConfig *platform.FunctionEventConfig) error
func (*Store) CreateOrUpdateProject ¶
func (s *Store) CreateOrUpdateProject(projectConfig *platform.ProjectConfig) error
func (*Store) DeleteFunction ¶
func (*Store) DeleteFunctionEvent ¶
func (s *Store) DeleteFunctionEvent(functionEventMeta *platform.FunctionEventMeta) error
func (*Store) DeleteProject ¶
func (*Store) GetFunctionEvents ¶
func (s *Store) GetFunctionEvents(getFunctionEventsOptions *platform.GetFunctionEventsOptions) ([]platform.FunctionEvent, error)
func (*Store) GetFunctions ¶
func (*Store) GetProjectFunctions ¶
func (*Store) GetProjects ¶
Click to show internal directories.
Click to hide internal directories.