Documentation
¶
Index ¶
- Constants
- type GenerativeOctoAIModule
- func (m *GenerativeOctoAIModule) AdditionalGenerativeProperties() map[string]modulecapabilities.GenerativeProperty
- func (m *GenerativeOctoAIModule) Init(ctx context.Context, params moduletools.ModuleInitParams) error
- func (m *GenerativeOctoAIModule) MetaInfo() (map[string]interface{}, error)
- func (m *GenerativeOctoAIModule) Name() string
- func (m *GenerativeOctoAIModule) RootHandler() http.Handler
- func (m *GenerativeOctoAIModule) Type() modulecapabilities.ModuleType
Constants ¶
View Source
const Name = "generative-octoai"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GenerativeOctoAIModule ¶
type GenerativeOctoAIModule struct {
// contains filtered or unexported fields
}
func New ¶
func New() *GenerativeOctoAIModule
func (*GenerativeOctoAIModule) AdditionalGenerativeProperties ¶
func (m *GenerativeOctoAIModule) AdditionalGenerativeProperties() map[string]modulecapabilities.GenerativeProperty
func (*GenerativeOctoAIModule) Init ¶
func (m *GenerativeOctoAIModule) Init(ctx context.Context, params moduletools.ModuleInitParams, ) error
func (*GenerativeOctoAIModule) MetaInfo ¶
func (m *GenerativeOctoAIModule) MetaInfo() (map[string]interface{}, error)
func (*GenerativeOctoAIModule) Name ¶
func (m *GenerativeOctoAIModule) Name() string
func (*GenerativeOctoAIModule) RootHandler ¶
func (m *GenerativeOctoAIModule) RootHandler() http.Handler
func (*GenerativeOctoAIModule) Type ¶
func (m *GenerativeOctoAIModule) Type() modulecapabilities.ModuleType
Click to show internal directories.
Click to hide internal directories.