contracts

package
v0.1.5 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 20, 2026 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_internal_contracts_cms_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type AnalyticsInjectionConfig

type AnalyticsInjectionConfig struct {
	Mode string `protobuf:"bytes,1,opt,name=mode,proto3" json:"mode,omitempty"`
	// contains filtered or unexported fields
}

func (*AnalyticsInjectionConfig) Descriptor deprecated

func (*AnalyticsInjectionConfig) Descriptor() ([]byte, []int)

Deprecated: Use AnalyticsInjectionConfig.ProtoReflect.Descriptor instead.

func (*AnalyticsInjectionConfig) GetMode

func (x *AnalyticsInjectionConfig) GetMode() string

func (*AnalyticsInjectionConfig) ProtoMessage

func (*AnalyticsInjectionConfig) ProtoMessage()

func (*AnalyticsInjectionConfig) ProtoReflect

func (x *AnalyticsInjectionConfig) ProtoReflect() protoreflect.Message

func (*AnalyticsInjectionConfig) Reset

func (x *AnalyticsInjectionConfig) Reset()

func (*AnalyticsInjectionConfig) String

func (x *AnalyticsInjectionConfig) String() string

type CMSAdminContribution

type CMSAdminContribution struct {
	Id          string            `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Title       string            `protobuf:"bytes,2,opt,name=title,proto3" json:"title,omitempty"`
	Category    string            `protobuf:"bytes,3,opt,name=category,proto3" json:"category,omitempty"`
	Path        string            `protobuf:"bytes,4,opt,name=path,proto3" json:"path,omitempty"`
	RenderMode  string            `protobuf:"bytes,5,opt,name=render_mode,json=renderMode,proto3" json:"render_mode,omitempty"`
	AppContext  string            `protobuf:"bytes,6,opt,name=app_context,json=appContext,proto3" json:"app_context,omitempty"`
	Permissions []string          `protobuf:"bytes,7,rep,name=permissions,proto3" json:"permissions,omitempty"`
	Metadata    map[string]string `` /* 143-byte string literal not displayed */
	Actions     []string          `protobuf:"bytes,9,rep,name=actions,proto3" json:"actions,omitempty"`
	// contains filtered or unexported fields
}

func (*CMSAdminContribution) Descriptor deprecated

func (*CMSAdminContribution) Descriptor() ([]byte, []int)

Deprecated: Use CMSAdminContribution.ProtoReflect.Descriptor instead.

func (*CMSAdminContribution) GetActions

func (x *CMSAdminContribution) GetActions() []string

func (*CMSAdminContribution) GetAppContext

func (x *CMSAdminContribution) GetAppContext() string

func (*CMSAdminContribution) GetCategory

func (x *CMSAdminContribution) GetCategory() string

func (*CMSAdminContribution) GetId

func (x *CMSAdminContribution) GetId() string

func (*CMSAdminContribution) GetMetadata

func (x *CMSAdminContribution) GetMetadata() map[string]string

func (*CMSAdminContribution) GetPath

func (x *CMSAdminContribution) GetPath() string

func (*CMSAdminContribution) GetPermissions

func (x *CMSAdminContribution) GetPermissions() []string

func (*CMSAdminContribution) GetRenderMode

func (x *CMSAdminContribution) GetRenderMode() string

func (*CMSAdminContribution) GetTitle

func (x *CMSAdminContribution) GetTitle() string

func (*CMSAdminContribution) ProtoMessage

func (*CMSAdminContribution) ProtoMessage()

func (*CMSAdminContribution) ProtoReflect

func (x *CMSAdminContribution) ProtoReflect() protoreflect.Message

func (*CMSAdminContribution) Reset

func (x *CMSAdminContribution) Reset()

func (*CMSAdminContribution) String

func (x *CMSAdminContribution) String() string

type CMSAdminContributionInput

type CMSAdminContributionInput struct {
	Authorized bool `protobuf:"varint,1,opt,name=authorized,proto3" json:"authorized,omitempty"`
	// contains filtered or unexported fields
}

func (*CMSAdminContributionInput) Descriptor deprecated

func (*CMSAdminContributionInput) Descriptor() ([]byte, []int)

Deprecated: Use CMSAdminContributionInput.ProtoReflect.Descriptor instead.

func (*CMSAdminContributionInput) GetAuthorized

func (x *CMSAdminContributionInput) GetAuthorized() bool

func (*CMSAdminContributionInput) ProtoMessage

func (*CMSAdminContributionInput) ProtoMessage()

func (*CMSAdminContributionInput) ProtoReflect

func (*CMSAdminContributionInput) Reset

func (x *CMSAdminContributionInput) Reset()

func (*CMSAdminContributionInput) String

func (x *CMSAdminContributionInput) String() string

type CMSAdminContributionOutput

type CMSAdminContributionOutput struct {
	Contribution *CMSAdminContribution `protobuf:"bytes,1,opt,name=contribution,proto3" json:"contribution,omitempty"`
	Error        string                `protobuf:"bytes,100,opt,name=error,proto3" json:"error,omitempty"`
	// contains filtered or unexported fields
}

func (*CMSAdminContributionOutput) Descriptor deprecated

func (*CMSAdminContributionOutput) Descriptor() ([]byte, []int)

Deprecated: Use CMSAdminContributionOutput.ProtoReflect.Descriptor instead.

func (*CMSAdminContributionOutput) GetContribution

func (x *CMSAdminContributionOutput) GetContribution() *CMSAdminContribution

func (*CMSAdminContributionOutput) GetError

func (x *CMSAdminContributionOutput) GetError() string

func (*CMSAdminContributionOutput) ProtoMessage

func (*CMSAdminContributionOutput) ProtoMessage()

func (*CMSAdminContributionOutput) ProtoReflect

func (*CMSAdminContributionOutput) Reset

func (x *CMSAdminContributionOutput) Reset()

func (*CMSAdminContributionOutput) String

func (x *CMSAdminContributionOutput) String() string

type CMSBundleActivateStepConfig

type CMSBundleActivateStepConfig struct {
	BundleRoot string `protobuf:"bytes,1,opt,name=bundle_root,json=bundleRoot,proto3" json:"bundle_root,omitempty"`
	Token      string `protobuf:"bytes,2,opt,name=token,proto3" json:"token,omitempty"`
	// contains filtered or unexported fields
}

func (*CMSBundleActivateStepConfig) Descriptor deprecated

func (*CMSBundleActivateStepConfig) Descriptor() ([]byte, []int)

Deprecated: Use CMSBundleActivateStepConfig.ProtoReflect.Descriptor instead.

func (*CMSBundleActivateStepConfig) GetBundleRoot

func (x *CMSBundleActivateStepConfig) GetBundleRoot() string

func (*CMSBundleActivateStepConfig) GetToken

func (x *CMSBundleActivateStepConfig) GetToken() string

func (*CMSBundleActivateStepConfig) ProtoMessage

func (*CMSBundleActivateStepConfig) ProtoMessage()

func (*CMSBundleActivateStepConfig) ProtoReflect

func (*CMSBundleActivateStepConfig) Reset

func (x *CMSBundleActivateStepConfig) Reset()

func (*CMSBundleActivateStepConfig) String

func (x *CMSBundleActivateStepConfig) String() string

type CMSBundleActivateStepInput

type CMSBundleActivateStepInput struct {
	TenantSlug string `protobuf:"bytes,1,opt,name=tenant_slug,json=tenantSlug,proto3" json:"tenant_slug,omitempty"`
	Version    string `protobuf:"bytes,2,opt,name=version,proto3" json:"version,omitempty"`
	TarballUrl string `protobuf:"bytes,3,opt,name=tarball_url,json=tarballUrl,proto3" json:"tarball_url,omitempty"`
	// contains filtered or unexported fields
}

func (*CMSBundleActivateStepInput) Descriptor deprecated

func (*CMSBundleActivateStepInput) Descriptor() ([]byte, []int)

Deprecated: Use CMSBundleActivateStepInput.ProtoReflect.Descriptor instead.

func (*CMSBundleActivateStepInput) GetTarballUrl

func (x *CMSBundleActivateStepInput) GetTarballUrl() string

func (*CMSBundleActivateStepInput) GetTenantSlug

func (x *CMSBundleActivateStepInput) GetTenantSlug() string

func (*CMSBundleActivateStepInput) GetVersion

func (x *CMSBundleActivateStepInput) GetVersion() string

func (*CMSBundleActivateStepInput) ProtoMessage

func (*CMSBundleActivateStepInput) ProtoMessage()

func (*CMSBundleActivateStepInput) ProtoReflect

func (*CMSBundleActivateStepInput) Reset

func (x *CMSBundleActivateStepInput) Reset()

func (*CMSBundleActivateStepInput) String

func (x *CMSBundleActivateStepInput) String() string

type CMSBundleActivateStepOutput

type CMSBundleActivateStepOutput struct {
	Activated  bool   `protobuf:"varint,1,opt,name=activated,proto3" json:"activated,omitempty"`
	TenantSlug string `protobuf:"bytes,2,opt,name=tenant_slug,json=tenantSlug,proto3" json:"tenant_slug,omitempty"`
	Version    string `protobuf:"bytes,3,opt,name=version,proto3" json:"version,omitempty"`
	Sha256     string `protobuf:"bytes,4,opt,name=sha256,proto3" json:"sha256,omitempty"`
	// contains filtered or unexported fields
}

func (*CMSBundleActivateStepOutput) Descriptor deprecated

func (*CMSBundleActivateStepOutput) Descriptor() ([]byte, []int)

Deprecated: Use CMSBundleActivateStepOutput.ProtoReflect.Descriptor instead.

func (*CMSBundleActivateStepOutput) GetActivated

func (x *CMSBundleActivateStepOutput) GetActivated() bool

func (*CMSBundleActivateStepOutput) GetSha256

func (x *CMSBundleActivateStepOutput) GetSha256() string

func (*CMSBundleActivateStepOutput) GetTenantSlug

func (x *CMSBundleActivateStepOutput) GetTenantSlug() string

func (*CMSBundleActivateStepOutput) GetVersion

func (x *CMSBundleActivateStepOutput) GetVersion() string

func (*CMSBundleActivateStepOutput) ProtoMessage

func (*CMSBundleActivateStepOutput) ProtoMessage()

func (*CMSBundleActivateStepOutput) ProtoReflect

func (*CMSBundleActivateStepOutput) Reset

func (x *CMSBundleActivateStepOutput) Reset()

func (*CMSBundleActivateStepOutput) String

func (x *CMSBundleActivateStepOutput) String() string

type CMSRenderPageStepConfig

type CMSRenderPageStepConfig struct {
	ContentType string `protobuf:"bytes,1,opt,name=content_type,json=contentType,proto3" json:"content_type,omitempty"`
	// contains filtered or unexported fields
}

func (*CMSRenderPageStepConfig) Descriptor deprecated

func (*CMSRenderPageStepConfig) Descriptor() ([]byte, []int)

Deprecated: Use CMSRenderPageStepConfig.ProtoReflect.Descriptor instead.

func (*CMSRenderPageStepConfig) GetContentType

func (x *CMSRenderPageStepConfig) GetContentType() string

func (*CMSRenderPageStepConfig) ProtoMessage

func (*CMSRenderPageStepConfig) ProtoMessage()

func (*CMSRenderPageStepConfig) ProtoReflect

func (x *CMSRenderPageStepConfig) ProtoReflect() protoreflect.Message

func (*CMSRenderPageStepConfig) Reset

func (x *CMSRenderPageStepConfig) Reset()

func (*CMSRenderPageStepConfig) String

func (x *CMSRenderPageStepConfig) String() string

type CMSRenderPageStepInput

type CMSRenderPageStepInput struct {
	TenantId int64  `protobuf:"varint,1,opt,name=tenant_id,json=tenantId,proto3" json:"tenant_id,omitempty"`
	Subsite  string `protobuf:"bytes,2,opt,name=subsite,proto3" json:"subsite,omitempty"`
	Path     string `protobuf:"bytes,3,opt,name=path,proto3" json:"path,omitempty"`
	Title    string `protobuf:"bytes,4,opt,name=title,proto3" json:"title,omitempty"`
	BodyHtml string `protobuf:"bytes,5,opt,name=body_html,json=bodyHtml,proto3" json:"body_html,omitempty"`
	// contains filtered or unexported fields
}

func (*CMSRenderPageStepInput) Descriptor deprecated

func (*CMSRenderPageStepInput) Descriptor() ([]byte, []int)

Deprecated: Use CMSRenderPageStepInput.ProtoReflect.Descriptor instead.

func (*CMSRenderPageStepInput) GetBodyHtml

func (x *CMSRenderPageStepInput) GetBodyHtml() string

func (*CMSRenderPageStepInput) GetPath

func (x *CMSRenderPageStepInput) GetPath() string

func (*CMSRenderPageStepInput) GetSubsite

func (x *CMSRenderPageStepInput) GetSubsite() string

func (*CMSRenderPageStepInput) GetTenantId

func (x *CMSRenderPageStepInput) GetTenantId() int64

func (*CMSRenderPageStepInput) GetTitle

func (x *CMSRenderPageStepInput) GetTitle() string

func (*CMSRenderPageStepInput) ProtoMessage

func (*CMSRenderPageStepInput) ProtoMessage()

func (*CMSRenderPageStepInput) ProtoReflect

func (x *CMSRenderPageStepInput) ProtoReflect() protoreflect.Message

func (*CMSRenderPageStepInput) Reset

func (x *CMSRenderPageStepInput) Reset()

func (*CMSRenderPageStepInput) String

func (x *CMSRenderPageStepInput) String() string

type CMSRenderPageStepOutput

type CMSRenderPageStepOutput struct {
	Rendered    bool   `protobuf:"varint,1,opt,name=rendered,proto3" json:"rendered,omitempty"`
	TenantId    int64  `protobuf:"varint,2,opt,name=tenant_id,json=tenantId,proto3" json:"tenant_id,omitempty"`
	Subsite     string `protobuf:"bytes,3,opt,name=subsite,proto3" json:"subsite,omitempty"`
	Path        string `protobuf:"bytes,4,opt,name=path,proto3" json:"path,omitempty"`
	Title       string `protobuf:"bytes,5,opt,name=title,proto3" json:"title,omitempty"`
	Html        string `protobuf:"bytes,6,opt,name=html,proto3" json:"html,omitempty"`
	ContentType string `protobuf:"bytes,7,opt,name=content_type,json=contentType,proto3" json:"content_type,omitempty"`
	// contains filtered or unexported fields
}

func (*CMSRenderPageStepOutput) Descriptor deprecated

func (*CMSRenderPageStepOutput) Descriptor() ([]byte, []int)

Deprecated: Use CMSRenderPageStepOutput.ProtoReflect.Descriptor instead.

func (*CMSRenderPageStepOutput) GetContentType

func (x *CMSRenderPageStepOutput) GetContentType() string

func (*CMSRenderPageStepOutput) GetHtml

func (x *CMSRenderPageStepOutput) GetHtml() string

func (*CMSRenderPageStepOutput) GetPath

func (x *CMSRenderPageStepOutput) GetPath() string

func (*CMSRenderPageStepOutput) GetRendered

func (x *CMSRenderPageStepOutput) GetRendered() bool

func (*CMSRenderPageStepOutput) GetSubsite

func (x *CMSRenderPageStepOutput) GetSubsite() string

func (*CMSRenderPageStepOutput) GetTenantId

func (x *CMSRenderPageStepOutput) GetTenantId() int64

func (*CMSRenderPageStepOutput) GetTitle

func (x *CMSRenderPageStepOutput) GetTitle() string

func (*CMSRenderPageStepOutput) ProtoMessage

func (*CMSRenderPageStepOutput) ProtoMessage()

func (*CMSRenderPageStepOutput) ProtoReflect

func (x *CMSRenderPageStepOutput) ProtoReflect() protoreflect.Message

func (*CMSRenderPageStepOutput) Reset

func (x *CMSRenderPageStepOutput) Reset()

func (*CMSRenderPageStepOutput) String

func (x *CMSRenderPageStepOutput) String() string

type EngineConfig

type EngineConfig struct {
	Provider         string `protobuf:"bytes,1,opt,name=provider,proto3" json:"provider,omitempty"`
	BundleStorage    string `protobuf:"bytes,2,opt,name=bundle_storage,json=bundleStorage,proto3" json:"bundle_storage,omitempty"`
	DbUrl            string `protobuf:"bytes,3,opt,name=db_url,json=dbUrl,proto3" json:"db_url,omitempty"`
	ContentRepoToken string `protobuf:"bytes,4,opt,name=content_repo_token,json=contentRepoToken,proto3" json:"content_repo_token,omitempty"`
	DefaultThemeId   string `protobuf:"bytes,5,opt,name=default_theme_id,json=defaultThemeId,proto3" json:"default_theme_id,omitempty"`
	// contains filtered or unexported fields
}

func (*EngineConfig) Descriptor deprecated

func (*EngineConfig) Descriptor() ([]byte, []int)

Deprecated: Use EngineConfig.ProtoReflect.Descriptor instead.

func (*EngineConfig) GetBundleStorage

func (x *EngineConfig) GetBundleStorage() string

func (*EngineConfig) GetContentRepoToken

func (x *EngineConfig) GetContentRepoToken() string

func (*EngineConfig) GetDbUrl

func (x *EngineConfig) GetDbUrl() string

func (*EngineConfig) GetDefaultThemeId

func (x *EngineConfig) GetDefaultThemeId() string

func (*EngineConfig) GetProvider

func (x *EngineConfig) GetProvider() string

func (*EngineConfig) ProtoMessage

func (*EngineConfig) ProtoMessage()

func (*EngineConfig) ProtoReflect

func (x *EngineConfig) ProtoReflect() protoreflect.Message

func (*EngineConfig) Reset

func (x *EngineConfig) Reset()

func (*EngineConfig) String

func (x *EngineConfig) String() string

type StaticServeBeforeDynamicConfig

type StaticServeBeforeDynamicConfig struct {
	BundleRoot string `protobuf:"bytes,1,opt,name=bundle_root,json=bundleRoot,proto3" json:"bundle_root,omitempty"`
	// contains filtered or unexported fields
}

func (*StaticServeBeforeDynamicConfig) Descriptor deprecated

func (*StaticServeBeforeDynamicConfig) Descriptor() ([]byte, []int)

Deprecated: Use StaticServeBeforeDynamicConfig.ProtoReflect.Descriptor instead.

func (*StaticServeBeforeDynamicConfig) GetBundleRoot

func (x *StaticServeBeforeDynamicConfig) GetBundleRoot() string

func (*StaticServeBeforeDynamicConfig) ProtoMessage

func (*StaticServeBeforeDynamicConfig) ProtoMessage()

func (*StaticServeBeforeDynamicConfig) ProtoReflect

func (*StaticServeBeforeDynamicConfig) Reset

func (x *StaticServeBeforeDynamicConfig) Reset()

func (*StaticServeBeforeDynamicConfig) String

type TenantResolverConfig

type TenantResolverConfig struct {
	PreviewSubdomainBase string `protobuf:"bytes,1,opt,name=preview_subdomain_base,json=previewSubdomainBase,proto3" json:"preview_subdomain_base,omitempty"`
	OnUnknownDomain      string `protobuf:"bytes,2,opt,name=on_unknown_domain,json=onUnknownDomain,proto3" json:"on_unknown_domain,omitempty"`
	// contains filtered or unexported fields
}

func (*TenantResolverConfig) Descriptor deprecated

func (*TenantResolverConfig) Descriptor() ([]byte, []int)

Deprecated: Use TenantResolverConfig.ProtoReflect.Descriptor instead.

func (*TenantResolverConfig) GetOnUnknownDomain

func (x *TenantResolverConfig) GetOnUnknownDomain() string

func (*TenantResolverConfig) GetPreviewSubdomainBase

func (x *TenantResolverConfig) GetPreviewSubdomainBase() string

func (*TenantResolverConfig) ProtoMessage

func (*TenantResolverConfig) ProtoMessage()

func (*TenantResolverConfig) ProtoReflect

func (x *TenantResolverConfig) ProtoReflect() protoreflect.Message

func (*TenantResolverConfig) Reset

func (x *TenantResolverConfig) Reset()

func (*TenantResolverConfig) String

func (x *TenantResolverConfig) String() string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL