Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type YacrContainer ¶
type YacrContainer struct {
*runtime.BaseContainer
}
func LoadFromContainer ¶
func LoadFromContainer(BaseDir string, id string) (*YacrContainer, error)
func LoadWithBundleConfig ¶
func LoadWithBundleConfig(rootDir string, id string) (*YacrContainer, error)
func (*YacrContainer) ExecuteHooks ¶
func (c *YacrContainer) ExecuteHooks(name string) error
func (*YacrContainer) GetInitSockAddr ¶
func (c *YacrContainer) GetInitSockAddr(mustExist bool) (string, error)
func (*YacrContainer) GetSockAddr ¶
func (c *YacrContainer) GetSockAddr(mustExist bool) (string, error)
Click to show internal directories.
Click to hide internal directories.