Documentation
¶
Index ¶
- Variables
- type PGWebFrontend
- type Service
- func (*Service) Descriptor() ([]byte, []int)deprecated
- func (x *Service) GetPgwebFrontend() *PGWebFrontend
- func (x *Service) GetPostgresDirectProtocolAccess() bool
- func (x *Service) GetSchema() string
- func (x *Service) GetSubgraphYaml() string
- func (*Service) ProtoMessage()
- func (x *Service) ProtoReflect() protoreflect.Message
- func (x *Service) Reset()
- func (x *Service) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_sf_substreams_sink_subgraph_v1_services_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type PGWebFrontend ¶
type PGWebFrontend struct { Enabled bool `protobuf:"varint,1,opt,name=enabled,proto3" json:"enabled,omitempty"` // contains filtered or unexported fields }
func (*PGWebFrontend) Descriptor
deprecated
func (*PGWebFrontend) Descriptor() ([]byte, []int)
Deprecated: Use PGWebFrontend.ProtoReflect.Descriptor instead.
func (*PGWebFrontend) GetEnabled ¶
func (x *PGWebFrontend) GetEnabled() bool
func (*PGWebFrontend) ProtoMessage ¶
func (*PGWebFrontend) ProtoMessage()
func (*PGWebFrontend) ProtoReflect ¶
func (x *PGWebFrontend) ProtoReflect() protoreflect.Message
func (*PGWebFrontend) Reset ¶
func (x *PGWebFrontend) Reset()
func (*PGWebFrontend) String ¶
func (x *PGWebFrontend) String() string
type Service ¶
type Service struct { // Containing both create table statements and index creation statements Schema string `protobuf:"bytes,1,opt,name=schema,proto3" json:"schema,omitempty"` SubgraphYaml string `protobuf:"bytes,2,opt,name=subgraph_yaml,json=subgraphYaml,proto3" json:"subgraph_yaml,omitempty"` PostgresDirectProtocolAccess bool `` /* 150-byte string literal not displayed */ PgwebFrontend *PGWebFrontend `protobuf:"bytes,4,opt,name=pgweb_frontend,json=pgwebFrontend,proto3" json:"pgweb_frontend,omitempty"` // contains filtered or unexported fields }
func (*Service) Descriptor
deprecated
func (*Service) GetPgwebFrontend ¶
func (x *Service) GetPgwebFrontend() *PGWebFrontend
func (*Service) GetPostgresDirectProtocolAccess ¶
func (*Service) GetSubgraphYaml ¶
func (*Service) ProtoMessage ¶
func (*Service) ProtoMessage()
func (*Service) ProtoReflect ¶
func (x *Service) ProtoReflect() protoreflect.Message
Click to show internal directories.
Click to hide internal directories.