journal

package
v0.0.0-...-fe5d25b Latest Latest
Warning

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

Go to latest
Published: Apr 23, 2024 License: MIT Imports: 17 Imported by: 0

Documentation

Overview

Package journal is a reverse proxy.

It translates gRPC into RESTful JSON APIs.

Index

Constants

View Source
const (
	JournalService_CreateJournal_FullMethodName = "/journal.JournalService/CreateJournal"
	JournalService_RemoveJournal_FullMethodName = "/journal.JournalService/RemoveJournal"
	JournalService_UpdateJournal_FullMethodName = "/journal.JournalService/UpdateJournal"
	JournalService_ListJournals_FullMethodName  = "/journal.JournalService/ListJournals"
	JournalService_GetJournal_FullMethodName    = "/journal.JournalService/GetJournal"
)

Variables

View Source
var File_journal_journal_proto protoreflect.FileDescriptor
View Source
var JournalService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "journal.JournalService",
	HandlerType: (*JournalServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "CreateJournal",
			Handler:    _JournalService_CreateJournal_Handler,
		},
		{
			MethodName: "RemoveJournal",
			Handler:    _JournalService_RemoveJournal_Handler,
		},
		{
			MethodName: "UpdateJournal",
			Handler:    _JournalService_UpdateJournal_Handler,
		},
		{
			MethodName: "ListJournals",
			Handler:    _JournalService_ListJournals_Handler,
		},
		{
			MethodName: "GetJournal",
			Handler:    _JournalService_GetJournal_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "journal/journal.proto",
}

JournalService_ServiceDesc is the grpc.ServiceDesc for JournalService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

Functions

func RegisterJournalServiceHandler

func RegisterJournalServiceHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error

RegisterJournalServiceHandler registers the http handlers for service JournalService to "mux". The handlers forward requests to the grpc endpoint over "conn".

func RegisterJournalServiceHandlerClient

func RegisterJournalServiceHandlerClient(ctx context.Context, mux *runtime.ServeMux, client JournalServiceClient) error

RegisterJournalServiceHandlerClient registers the http handlers for service JournalService to "mux". The handlers forward requests to the grpc endpoint over the given implementation of "JournalServiceClient". Note: the gRPC framework executes interceptors within the gRPC handler. If the passed in "JournalServiceClient" doesn't go through the normal gRPC flow (creating a gRPC client etc.) then it will be up to the passed in "JournalServiceClient" to call the correct interceptors.

func RegisterJournalServiceHandlerFromEndpoint

func RegisterJournalServiceHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, opts []grpc.DialOption) (err error)

RegisterJournalServiceHandlerFromEndpoint is same as RegisterJournalServiceHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.

func RegisterJournalServiceHandlerServer

func RegisterJournalServiceHandlerServer(ctx context.Context, mux *runtime.ServeMux, server JournalServiceServer) error

RegisterJournalServiceHandlerServer registers the http handlers for service JournalService to "mux". UnaryRPC :call JournalServiceServer directly. StreamingRPC :currently unsupported pending https://github.com/grpc/grpc-go/issues/906. Note that using this registration option will cause many gRPC library features to stop working. Consider using RegisterJournalServiceHandlerFromEndpoint instead.

func RegisterJournalServiceServer

func RegisterJournalServiceServer(s grpc.ServiceRegistrar, srv JournalServiceServer)

Types

type CreateJournalRequest

type CreateJournalRequest struct {
	Id              uint64                 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	CreatedBy       uint64                 `protobuf:"varint,2,opt,name=createdBy,proto3" json:"createdBy,omitempty"`
	CreatedAt       *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=createdAt,proto3" json:"createdAt,omitempty"`
	StartDate       string                 `protobuf:"bytes,4,opt,name=startDate,proto3" json:"startDate,omitempty"`
	EndDate         string                 `protobuf:"bytes,5,opt,name=endDate,proto3" json:"endDate,omitempty"`
	Name            string                 `protobuf:"bytes,6,opt,name=name,proto3" json:"name,omitempty"`
	Description     string                 `protobuf:"bytes,7,opt,name=description,proto3" json:"description,omitempty"`
	UsersSubscribed []uint64               `protobuf:"varint,8,rep,packed,name=usersSubscribed,proto3" json:"usersSubscribed,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateJournalRequest) Descriptor deprecated

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

Deprecated: Use CreateJournalRequest.ProtoReflect.Descriptor instead.

func (*CreateJournalRequest) GetCreatedAt

func (x *CreateJournalRequest) GetCreatedAt() *timestamppb.Timestamp

func (*CreateJournalRequest) GetCreatedBy

func (x *CreateJournalRequest) GetCreatedBy() uint64

func (*CreateJournalRequest) GetDescription

func (x *CreateJournalRequest) GetDescription() string

func (*CreateJournalRequest) GetEndDate

func (x *CreateJournalRequest) GetEndDate() string

func (*CreateJournalRequest) GetId

func (x *CreateJournalRequest) GetId() uint64

func (*CreateJournalRequest) GetName

func (x *CreateJournalRequest) GetName() string

func (*CreateJournalRequest) GetStartDate

func (x *CreateJournalRequest) GetStartDate() string

func (*CreateJournalRequest) GetUsersSubscribed

func (x *CreateJournalRequest) GetUsersSubscribed() []uint64

func (*CreateJournalRequest) ProtoMessage

func (*CreateJournalRequest) ProtoMessage()

func (*CreateJournalRequest) ProtoReflect

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

func (*CreateJournalRequest) Reset

func (x *CreateJournalRequest) Reset()

func (*CreateJournalRequest) String

func (x *CreateJournalRequest) String() string

type CreateJournalResponse

type CreateJournalResponse struct {
	Timestamp string   `protobuf:"bytes,1,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
	Level     string   `protobuf:"bytes,2,opt,name=level,proto3" json:"level,omitempty"`
	Message   string   `protobuf:"bytes,3,opt,name=message,proto3" json:"message,omitempty"`
	Status    uint64   `protobuf:"varint,4,opt,name=status,proto3" json:"status,omitempty"`
	Journal   *Journal `protobuf:"bytes,5,opt,name=journal,proto3" json:"journal,omitempty"`
	Error     string   `protobuf:"bytes,6,opt,name=error,proto3" json:"error,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateJournalResponse) Descriptor deprecated

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

Deprecated: Use CreateJournalResponse.ProtoReflect.Descriptor instead.

func (*CreateJournalResponse) GetError

func (x *CreateJournalResponse) GetError() string

func (*CreateJournalResponse) GetJournal

func (x *CreateJournalResponse) GetJournal() *Journal

func (*CreateJournalResponse) GetLevel

func (x *CreateJournalResponse) GetLevel() string

func (*CreateJournalResponse) GetMessage

func (x *CreateJournalResponse) GetMessage() string

func (*CreateJournalResponse) GetStatus

func (x *CreateJournalResponse) GetStatus() uint64

func (*CreateJournalResponse) GetTimestamp

func (x *CreateJournalResponse) GetTimestamp() string

func (*CreateJournalResponse) ProtoMessage

func (*CreateJournalResponse) ProtoMessage()

func (*CreateJournalResponse) ProtoReflect

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

func (*CreateJournalResponse) Reset

func (x *CreateJournalResponse) Reset()

func (*CreateJournalResponse) String

func (x *CreateJournalResponse) String() string

type DeleteJournalRequest

type DeleteJournalRequest struct {
	Id []string `protobuf:"bytes,1,rep,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteJournalRequest) Descriptor deprecated

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

Deprecated: Use DeleteJournalRequest.ProtoReflect.Descriptor instead.

func (*DeleteJournalRequest) GetId

func (x *DeleteJournalRequest) GetId() []string

func (*DeleteJournalRequest) ProtoMessage

func (*DeleteJournalRequest) ProtoMessage()

func (*DeleteJournalRequest) ProtoReflect

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

func (*DeleteJournalRequest) Reset

func (x *DeleteJournalRequest) Reset()

func (*DeleteJournalRequest) String

func (x *DeleteJournalRequest) String() string

type DeleteJournalResponse

type DeleteJournalResponse struct {
	Status       uint64 `protobuf:"varint,1,opt,name=status,proto3" json:"status,omitempty"`
	Message      string `protobuf:"bytes,2,opt,name=message,proto3" json:"message,omitempty"`
	Level        string `protobuf:"bytes,3,opt,name=level,proto3" json:"level,omitempty"`
	Error        string `protobuf:"bytes,4,opt,name=error,proto3" json:"error,omitempty"`
	RowsAffected uint64 `protobuf:"varint,5,opt,name=rowsAffected,proto3" json:"rowsAffected,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteJournalResponse) Descriptor deprecated

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

Deprecated: Use DeleteJournalResponse.ProtoReflect.Descriptor instead.

func (*DeleteJournalResponse) GetError

func (x *DeleteJournalResponse) GetError() string

func (*DeleteJournalResponse) GetLevel

func (x *DeleteJournalResponse) GetLevel() string

func (*DeleteJournalResponse) GetMessage

func (x *DeleteJournalResponse) GetMessage() string

func (*DeleteJournalResponse) GetRowsAffected

func (x *DeleteJournalResponse) GetRowsAffected() uint64

func (*DeleteJournalResponse) GetStatus

func (x *DeleteJournalResponse) GetStatus() uint64

func (*DeleteJournalResponse) ProtoMessage

func (*DeleteJournalResponse) ProtoMessage()

func (*DeleteJournalResponse) ProtoReflect

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

func (*DeleteJournalResponse) Reset

func (x *DeleteJournalResponse) Reset()

func (*DeleteJournalResponse) String

func (x *DeleteJournalResponse) String() string

type FindAllJournalsRequest

type FindAllJournalsRequest struct {
	// contains filtered or unexported fields
}

func (*FindAllJournalsRequest) Descriptor deprecated

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

Deprecated: Use FindAllJournalsRequest.ProtoReflect.Descriptor instead.

func (*FindAllJournalsRequest) ProtoMessage

func (*FindAllJournalsRequest) ProtoMessage()

func (*FindAllJournalsRequest) ProtoReflect

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

func (*FindAllJournalsRequest) Reset

func (x *FindAllJournalsRequest) Reset()

func (*FindAllJournalsRequest) String

func (x *FindAllJournalsRequest) String() string

type FindAllJournalsResponse

type FindAllJournalsResponse struct {
	Status uint64     `protobuf:"varint,1,opt,name=status,proto3" json:"status,omitempty"`
	Error  string     `protobuf:"bytes,2,opt,name=error,proto3" json:"error,omitempty"`
	Data   []*Journal `protobuf:"bytes,3,rep,name=data,proto3" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (*FindAllJournalsResponse) Descriptor deprecated

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

Deprecated: Use FindAllJournalsResponse.ProtoReflect.Descriptor instead.

func (*FindAllJournalsResponse) GetData

func (x *FindAllJournalsResponse) GetData() []*Journal

func (*FindAllJournalsResponse) GetError

func (x *FindAllJournalsResponse) GetError() string

func (*FindAllJournalsResponse) GetStatus

func (x *FindAllJournalsResponse) GetStatus() uint64

func (*FindAllJournalsResponse) ProtoMessage

func (*FindAllJournalsResponse) ProtoMessage()

func (*FindAllJournalsResponse) ProtoReflect

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

func (*FindAllJournalsResponse) Reset

func (x *FindAllJournalsResponse) Reset()

func (*FindAllJournalsResponse) String

func (x *FindAllJournalsResponse) String() string

type FindOneJournalRequest

type FindOneJournalRequest struct {
	Id uint64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*FindOneJournalRequest) Descriptor deprecated

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

Deprecated: Use FindOneJournalRequest.ProtoReflect.Descriptor instead.

func (*FindOneJournalRequest) GetId

func (x *FindOneJournalRequest) GetId() uint64

func (*FindOneJournalRequest) ProtoMessage

func (*FindOneJournalRequest) ProtoMessage()

func (*FindOneJournalRequest) ProtoReflect

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

func (*FindOneJournalRequest) Reset

func (x *FindOneJournalRequest) Reset()

func (*FindOneJournalRequest) String

func (x *FindOneJournalRequest) String() string

type FindOneJournalResponse

type FindOneJournalResponse struct {
	Status uint64   `protobuf:"varint,1,opt,name=status,proto3" json:"status,omitempty"`
	Error  string   `protobuf:"bytes,2,opt,name=error,proto3" json:"error,omitempty"`
	Data   *Journal `protobuf:"bytes,3,opt,name=data,proto3" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (*FindOneJournalResponse) Descriptor deprecated

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

Deprecated: Use FindOneJournalResponse.ProtoReflect.Descriptor instead.

func (*FindOneJournalResponse) GetData

func (x *FindOneJournalResponse) GetData() *Journal

func (*FindOneJournalResponse) GetError

func (x *FindOneJournalResponse) GetError() string

func (*FindOneJournalResponse) GetStatus

func (x *FindOneJournalResponse) GetStatus() uint64

func (*FindOneJournalResponse) ProtoMessage

func (*FindOneJournalResponse) ProtoMessage()

func (*FindOneJournalResponse) ProtoReflect

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

func (*FindOneJournalResponse) Reset

func (x *FindOneJournalResponse) Reset()

func (*FindOneJournalResponse) String

func (x *FindOneJournalResponse) String() string

type Journal

type Journal struct {
	Id              uint64                 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	Name            string                 `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Description     string                 `protobuf:"bytes,3,opt,name=description,proto3" json:"description,omitempty"`
	StartDate       string                 `protobuf:"bytes,4,opt,name=startDate,proto3" json:"startDate,omitempty"`
	EndDate         string                 `protobuf:"bytes,5,opt,name=endDate,proto3" json:"endDate,omitempty"`
	CreatedAt       *timestamppb.Timestamp `protobuf:"bytes,6,opt,name=createdAt,proto3" json:"createdAt,omitempty"`
	CreatedBy       uint64                 `protobuf:"varint,7,opt,name=createdBy,proto3" json:"createdBy,omitempty"`
	UsersSubscribed []uint64               `protobuf:"varint,8,rep,packed,name=usersSubscribed,proto3" json:"usersSubscribed,omitempty"`
	LastUpdatedBy   uint64                 `protobuf:"varint,9,opt,name=lastUpdatedBy,proto3" json:"lastUpdatedBy,omitempty"`
	// contains filtered or unexported fields
}

func (*Journal) Descriptor deprecated

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

Deprecated: Use Journal.ProtoReflect.Descriptor instead.

func (*Journal) GetCreatedAt

func (x *Journal) GetCreatedAt() *timestamppb.Timestamp

func (*Journal) GetCreatedBy

func (x *Journal) GetCreatedBy() uint64

func (*Journal) GetDescription

func (x *Journal) GetDescription() string

func (*Journal) GetEndDate

func (x *Journal) GetEndDate() string

func (*Journal) GetId

func (x *Journal) GetId() uint64

func (*Journal) GetLastUpdatedBy

func (x *Journal) GetLastUpdatedBy() uint64

func (*Journal) GetName

func (x *Journal) GetName() string

func (*Journal) GetStartDate

func (x *Journal) GetStartDate() string

func (*Journal) GetUsersSubscribed

func (x *Journal) GetUsersSubscribed() []uint64

func (*Journal) ProtoMessage

func (*Journal) ProtoMessage()

func (*Journal) ProtoReflect

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

func (*Journal) Reset

func (x *Journal) Reset()

func (*Journal) String

func (x *Journal) String() string

type JournalServiceClient

type JournalServiceClient interface {
	CreateJournal(ctx context.Context, in *CreateJournalRequest, opts ...grpc.CallOption) (*CreateJournalResponse, error)
	RemoveJournal(ctx context.Context, in *DeleteJournalRequest, opts ...grpc.CallOption) (*DeleteJournalResponse, error)
	UpdateJournal(ctx context.Context, in *UpdateJournalRequest, opts ...grpc.CallOption) (*UpdateJournalResponse, error)
	ListJournals(ctx context.Context, in *FindAllJournalsRequest, opts ...grpc.CallOption) (*FindAllJournalsResponse, error)
	GetJournal(ctx context.Context, in *FindOneJournalRequest, opts ...grpc.CallOption) (*FindOneJournalResponse, error)
}

JournalServiceClient is the client API for JournalService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

type JournalServiceServer

type JournalServiceServer interface {
	CreateJournal(context.Context, *CreateJournalRequest) (*CreateJournalResponse, error)
	RemoveJournal(context.Context, *DeleteJournalRequest) (*DeleteJournalResponse, error)
	UpdateJournal(context.Context, *UpdateJournalRequest) (*UpdateJournalResponse, error)
	ListJournals(context.Context, *FindAllJournalsRequest) (*FindAllJournalsResponse, error)
	GetJournal(context.Context, *FindOneJournalRequest) (*FindOneJournalResponse, error)
	// contains filtered or unexported methods
}

JournalServiceServer is the server API for JournalService service. All implementations must embed UnimplementedJournalServiceServer for forward compatibility

type UnimplementedJournalServiceServer

type UnimplementedJournalServiceServer struct {
}

UnimplementedJournalServiceServer must be embedded to have forward compatible implementations.

func (UnimplementedJournalServiceServer) CreateJournal

func (UnimplementedJournalServiceServer) GetJournal

func (UnimplementedJournalServiceServer) ListJournals

func (UnimplementedJournalServiceServer) RemoveJournal

func (UnimplementedJournalServiceServer) UpdateJournal

type UnsafeJournalServiceServer

type UnsafeJournalServiceServer interface {
	// contains filtered or unexported methods
}

UnsafeJournalServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to JournalServiceServer will result in compilation errors.

type UpdateJournalRequest

type UpdateJournalRequest struct {
	Id              uint64                 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	CreatedAt       *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=createdAt,proto3" json:"createdAt,omitempty"`
	StartDate       string                 `protobuf:"bytes,3,opt,name=startDate,proto3" json:"startDate,omitempty"`
	EndDate         string                 `protobuf:"bytes,4,opt,name=endDate,proto3" json:"endDate,omitempty"`
	Name            string                 `protobuf:"bytes,5,opt,name=name,proto3" json:"name,omitempty"`
	Description     string                 `protobuf:"bytes,6,opt,name=description,proto3" json:"description,omitempty"`
	UsersSubscribed []uint64               `protobuf:"varint,7,rep,packed,name=usersSubscribed,proto3" json:"usersSubscribed,omitempty"`
	LastUpdatedBy   uint64                 `protobuf:"varint,8,opt,name=lastUpdatedBy,proto3" json:"lastUpdatedBy,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateJournalRequest) Descriptor deprecated

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

Deprecated: Use UpdateJournalRequest.ProtoReflect.Descriptor instead.

func (*UpdateJournalRequest) GetCreatedAt

func (x *UpdateJournalRequest) GetCreatedAt() *timestamppb.Timestamp

func (*UpdateJournalRequest) GetDescription

func (x *UpdateJournalRequest) GetDescription() string

func (*UpdateJournalRequest) GetEndDate

func (x *UpdateJournalRequest) GetEndDate() string

func (*UpdateJournalRequest) GetId

func (x *UpdateJournalRequest) GetId() uint64

func (*UpdateJournalRequest) GetLastUpdatedBy

func (x *UpdateJournalRequest) GetLastUpdatedBy() uint64

func (*UpdateJournalRequest) GetName

func (x *UpdateJournalRequest) GetName() string

func (*UpdateJournalRequest) GetStartDate

func (x *UpdateJournalRequest) GetStartDate() string

func (*UpdateJournalRequest) GetUsersSubscribed

func (x *UpdateJournalRequest) GetUsersSubscribed() []uint64

func (*UpdateJournalRequest) ProtoMessage

func (*UpdateJournalRequest) ProtoMessage()

func (*UpdateJournalRequest) ProtoReflect

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

func (*UpdateJournalRequest) Reset

func (x *UpdateJournalRequest) Reset()

func (*UpdateJournalRequest) String

func (x *UpdateJournalRequest) String() string

type UpdateJournalResponse

type UpdateJournalResponse struct {
	Timestamp string   `protobuf:"bytes,1,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
	Level     string   `protobuf:"bytes,2,opt,name=level,proto3" json:"level,omitempty"`
	Message   string   `protobuf:"bytes,3,opt,name=message,proto3" json:"message,omitempty"`
	Status    uint64   `protobuf:"varint,4,opt,name=status,proto3" json:"status,omitempty"`
	Data      *Journal `protobuf:"bytes,5,opt,name=data,proto3" json:"data,omitempty"`
	Error     string   `protobuf:"bytes,6,opt,name=error,proto3" json:"error,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateJournalResponse) Descriptor deprecated

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

Deprecated: Use UpdateJournalResponse.ProtoReflect.Descriptor instead.

func (*UpdateJournalResponse) GetData

func (x *UpdateJournalResponse) GetData() *Journal

func (*UpdateJournalResponse) GetError

func (x *UpdateJournalResponse) GetError() string

func (*UpdateJournalResponse) GetLevel

func (x *UpdateJournalResponse) GetLevel() string

func (*UpdateJournalResponse) GetMessage

func (x *UpdateJournalResponse) GetMessage() string

func (*UpdateJournalResponse) GetStatus

func (x *UpdateJournalResponse) GetStatus() uint64

func (*UpdateJournalResponse) GetTimestamp

func (x *UpdateJournalResponse) GetTimestamp() string

func (*UpdateJournalResponse) ProtoMessage

func (*UpdateJournalResponse) ProtoMessage()

func (*UpdateJournalResponse) ProtoReflect

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

func (*UpdateJournalResponse) Reset

func (x *UpdateJournalResponse) Reset()

func (*UpdateJournalResponse) String

func (x *UpdateJournalResponse) String() string

Jump to

Keyboard shortcuts

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