Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateMultiPartForm ¶
func CreateMultiPartForm(m *MultiPartForm) (io.Reader, string, error)
Types ¶
type BaseSuite ¶
type BaseSuite struct { suite.Suite Constructor Constructor Teardown Teardown Ctx context.Context Name string Store *TestStore Gdb *gorm.DB ArtifactStore storage.ContentStorage DefaultView *adapter.ViewDescriptor // contains filtered or unexported fields }
func (*BaseSuite) SetupSuite ¶
func (suite *BaseSuite) SetupSuite()
SetupSuite implements suite.SetupAllSuite interface.
func (*BaseSuite) TearDownSuite ¶
func (suite *BaseSuite) TearDownSuite()
TearDownSuite implements suite.TearDownAllSuite.
type Constructor ¶
type Constructor func(ts *TestStore)
type MultiPartForm ¶
type TestStore ¶
type TestStore struct { Principal store.PrincipalStore PrincipalCache store.PrincipalInfoCache Space store.SpaceStore SpacePath store.SpacePathStore Repo store.RepoStore Artifacts store.ArtifactStore // contains filtered or unexported fields }
Click to show internal directories.
Click to hide internal directories.