Documentation
¶
Index ¶
- func NewV1() midjourney.IMidjourneyV1
- type ControllerV1
- func (c *ControllerV1) Action(ctx context.Context, req *v1.ActionReq) (res *v1.ActionRes, err error)
- func (c *ControllerV1) Blend(ctx context.Context, req *v1.BlendReq) (res *v1.BlendRes, err error)
- func (c *ControllerV1) Change(ctx context.Context, req *v1.ChangeReq) (res *v1.ChangeRes, err error)
- func (c *ControllerV1) Describe(ctx context.Context, req *v1.DescribeReq) (res *v1.DescribeRes, err error)
- func (c *ControllerV1) Fetch(ctx context.Context, req *v1.FetchReq) (res *v1.FetchRes, err error)
- func (c *ControllerV1) Imagine(ctx context.Context, req *v1.ImagineReq) (res *v1.ImagineRes, err error)
- func (c *ControllerV1) Modal(ctx context.Context, req *v1.ModalReq) (res *v1.ModalRes, err error)
- func (c *ControllerV1) Shorten(ctx context.Context, req *v1.ShortenReq) (res *v1.ShortenRes, err error)
- func (c *ControllerV1) SwapFace(ctx context.Context, req *v1.SwapFaceReq) (res *v1.SwapFaceRes, err error)
- func (c *ControllerV1) UploadDiscordImages(ctx context.Context, req *v1.UploadDiscordImagesReq) (res *v1.UploadDiscordImagesRes, err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewV1 ¶
func NewV1() midjourney.IMidjourneyV1
Types ¶
type ControllerV1 ¶
type ControllerV1 struct{}
func (*ControllerV1) Action ¶
func (c *ControllerV1) Action(ctx context.Context, req *v1.ActionReq) (res *v1.ActionRes, err error)
func (*ControllerV1) Blend ¶
func (c *ControllerV1) Blend(ctx context.Context, req *v1.BlendReq) (res *v1.BlendRes, err error)
func (*ControllerV1) Change ¶
func (c *ControllerV1) Change(ctx context.Context, req *v1.ChangeReq) (res *v1.ChangeRes, err error)
func (*ControllerV1) Describe ¶
func (c *ControllerV1) Describe(ctx context.Context, req *v1.DescribeReq) (res *v1.DescribeRes, err error)
func (*ControllerV1) Fetch ¶
func (c *ControllerV1) Fetch(ctx context.Context, req *v1.FetchReq) (res *v1.FetchRes, err error)
func (*ControllerV1) Imagine ¶
func (c *ControllerV1) Imagine(ctx context.Context, req *v1.ImagineReq) (res *v1.ImagineRes, err error)
func (*ControllerV1) Modal ¶
func (c *ControllerV1) Modal(ctx context.Context, req *v1.ModalReq) (res *v1.ModalRes, err error)
func (*ControllerV1) Shorten ¶
func (c *ControllerV1) Shorten(ctx context.Context, req *v1.ShortenReq) (res *v1.ShortenRes, err error)
func (*ControllerV1) SwapFace ¶
func (c *ControllerV1) SwapFace(ctx context.Context, req *v1.SwapFaceReq) (res *v1.SwapFaceRes, err error)
func (*ControllerV1) UploadDiscordImages ¶
func (c *ControllerV1) UploadDiscordImages(ctx context.Context, req *v1.UploadDiscordImagesReq) (res *v1.UploadDiscordImagesRes, err error)
Source Files
¶
Click to show internal directories.
Click to hide internal directories.