2018-10-06 03:32:43 +00:00
|
|
|
// Code generated by protoc-gen-go. DO NOT EDIT.
|
2018-10-16 17:49:50 +00:00
|
|
|
// source: docker_logger.proto
|
2018-10-06 03:32:43 +00:00
|
|
|
|
|
|
|
package proto
|
|
|
|
|
|
|
|
import proto "github.com/golang/protobuf/proto"
|
|
|
|
import fmt "fmt"
|
|
|
|
import math "math"
|
|
|
|
|
|
|
|
import (
|
|
|
|
context "golang.org/x/net/context"
|
|
|
|
grpc "google.golang.org/grpc"
|
|
|
|
)
|
|
|
|
|
|
|
|
// Reference imports to suppress errors if they are not otherwise used.
|
|
|
|
var _ = proto.Marshal
|
|
|
|
var _ = fmt.Errorf
|
|
|
|
var _ = math.Inf
|
|
|
|
|
|
|
|
// This is a compile-time assertion to ensure that this generated file
|
|
|
|
// is compatible with the proto package it is being compiled against.
|
|
|
|
// A compilation error at this line likely means your copy of the
|
|
|
|
// proto package needs to be updated.
|
|
|
|
const _ = proto.ProtoPackageIsVersion2 // please upgrade the proto package
|
|
|
|
|
|
|
|
type StartRequest struct {
|
|
|
|
Endpoint string `protobuf:"bytes,1,opt,name=endpoint,proto3" json:"endpoint,omitempty"`
|
|
|
|
ContainerId string `protobuf:"bytes,2,opt,name=container_id,json=containerId,proto3" json:"container_id,omitempty"`
|
|
|
|
StdoutFifo string `protobuf:"bytes,3,opt,name=stdout_fifo,json=stdoutFifo,proto3" json:"stdout_fifo,omitempty"`
|
|
|
|
StderrFifo string `protobuf:"bytes,4,opt,name=stderr_fifo,json=stderrFifo,proto3" json:"stderr_fifo,omitempty"`
|
|
|
|
TlsCert string `protobuf:"bytes,5,opt,name=tls_cert,json=tlsCert,proto3" json:"tls_cert,omitempty"`
|
|
|
|
TlsKey string `protobuf:"bytes,6,opt,name=tls_key,json=tlsKey,proto3" json:"tls_key,omitempty"`
|
|
|
|
TlsCa string `protobuf:"bytes,7,opt,name=tls_ca,json=tlsCa,proto3" json:"tls_ca,omitempty"`
|
|
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
|
|
XXX_unrecognized []byte `json:"-"`
|
|
|
|
XXX_sizecache int32 `json:"-"`
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *StartRequest) Reset() { *m = StartRequest{} }
|
|
|
|
func (m *StartRequest) String() string { return proto.CompactTextString(m) }
|
|
|
|
func (*StartRequest) ProtoMessage() {}
|
|
|
|
func (*StartRequest) Descriptor() ([]byte, []int) {
|
2018-10-16 17:49:50 +00:00
|
|
|
return fileDescriptor_docker_logger_54dce3369d4ecf54, []int{0}
|
2018-10-06 03:32:43 +00:00
|
|
|
}
|
|
|
|
func (m *StartRequest) XXX_Unmarshal(b []byte) error {
|
|
|
|
return xxx_messageInfo_StartRequest.Unmarshal(m, b)
|
|
|
|
}
|
|
|
|
func (m *StartRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
|
|
return xxx_messageInfo_StartRequest.Marshal(b, m, deterministic)
|
|
|
|
}
|
|
|
|
func (dst *StartRequest) XXX_Merge(src proto.Message) {
|
|
|
|
xxx_messageInfo_StartRequest.Merge(dst, src)
|
|
|
|
}
|
|
|
|
func (m *StartRequest) XXX_Size() int {
|
|
|
|
return xxx_messageInfo_StartRequest.Size(m)
|
|
|
|
}
|
|
|
|
func (m *StartRequest) XXX_DiscardUnknown() {
|
|
|
|
xxx_messageInfo_StartRequest.DiscardUnknown(m)
|
|
|
|
}
|
|
|
|
|
|
|
|
var xxx_messageInfo_StartRequest proto.InternalMessageInfo
|
|
|
|
|
|
|
|
func (m *StartRequest) GetEndpoint() string {
|
|
|
|
if m != nil {
|
|
|
|
return m.Endpoint
|
|
|
|
}
|
|
|
|
return ""
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *StartRequest) GetContainerId() string {
|
|
|
|
if m != nil {
|
|
|
|
return m.ContainerId
|
|
|
|
}
|
|
|
|
return ""
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *StartRequest) GetStdoutFifo() string {
|
|
|
|
if m != nil {
|
|
|
|
return m.StdoutFifo
|
|
|
|
}
|
|
|
|
return ""
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *StartRequest) GetStderrFifo() string {
|
|
|
|
if m != nil {
|
|
|
|
return m.StderrFifo
|
|
|
|
}
|
|
|
|
return ""
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *StartRequest) GetTlsCert() string {
|
|
|
|
if m != nil {
|
|
|
|
return m.TlsCert
|
|
|
|
}
|
|
|
|
return ""
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *StartRequest) GetTlsKey() string {
|
|
|
|
if m != nil {
|
|
|
|
return m.TlsKey
|
|
|
|
}
|
|
|
|
return ""
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *StartRequest) GetTlsCa() string {
|
|
|
|
if m != nil {
|
|
|
|
return m.TlsCa
|
|
|
|
}
|
|
|
|
return ""
|
|
|
|
}
|
|
|
|
|
|
|
|
type StartResponse struct {
|
|
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
|
|
XXX_unrecognized []byte `json:"-"`
|
|
|
|
XXX_sizecache int32 `json:"-"`
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *StartResponse) Reset() { *m = StartResponse{} }
|
|
|
|
func (m *StartResponse) String() string { return proto.CompactTextString(m) }
|
|
|
|
func (*StartResponse) ProtoMessage() {}
|
|
|
|
func (*StartResponse) Descriptor() ([]byte, []int) {
|
2018-10-16 17:49:50 +00:00
|
|
|
return fileDescriptor_docker_logger_54dce3369d4ecf54, []int{1}
|
2018-10-06 03:32:43 +00:00
|
|
|
}
|
|
|
|
func (m *StartResponse) XXX_Unmarshal(b []byte) error {
|
|
|
|
return xxx_messageInfo_StartResponse.Unmarshal(m, b)
|
|
|
|
}
|
|
|
|
func (m *StartResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
|
|
return xxx_messageInfo_StartResponse.Marshal(b, m, deterministic)
|
|
|
|
}
|
|
|
|
func (dst *StartResponse) XXX_Merge(src proto.Message) {
|
|
|
|
xxx_messageInfo_StartResponse.Merge(dst, src)
|
|
|
|
}
|
|
|
|
func (m *StartResponse) XXX_Size() int {
|
|
|
|
return xxx_messageInfo_StartResponse.Size(m)
|
|
|
|
}
|
|
|
|
func (m *StartResponse) XXX_DiscardUnknown() {
|
|
|
|
xxx_messageInfo_StartResponse.DiscardUnknown(m)
|
|
|
|
}
|
|
|
|
|
|
|
|
var xxx_messageInfo_StartResponse proto.InternalMessageInfo
|
|
|
|
|
|
|
|
type StopRequest struct {
|
|
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
|
|
XXX_unrecognized []byte `json:"-"`
|
|
|
|
XXX_sizecache int32 `json:"-"`
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *StopRequest) Reset() { *m = StopRequest{} }
|
|
|
|
func (m *StopRequest) String() string { return proto.CompactTextString(m) }
|
|
|
|
func (*StopRequest) ProtoMessage() {}
|
|
|
|
func (*StopRequest) Descriptor() ([]byte, []int) {
|
2018-10-16 17:49:50 +00:00
|
|
|
return fileDescriptor_docker_logger_54dce3369d4ecf54, []int{2}
|
2018-10-06 03:32:43 +00:00
|
|
|
}
|
|
|
|
func (m *StopRequest) XXX_Unmarshal(b []byte) error {
|
|
|
|
return xxx_messageInfo_StopRequest.Unmarshal(m, b)
|
|
|
|
}
|
|
|
|
func (m *StopRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
|
|
return xxx_messageInfo_StopRequest.Marshal(b, m, deterministic)
|
|
|
|
}
|
|
|
|
func (dst *StopRequest) XXX_Merge(src proto.Message) {
|
|
|
|
xxx_messageInfo_StopRequest.Merge(dst, src)
|
|
|
|
}
|
|
|
|
func (m *StopRequest) XXX_Size() int {
|
|
|
|
return xxx_messageInfo_StopRequest.Size(m)
|
|
|
|
}
|
|
|
|
func (m *StopRequest) XXX_DiscardUnknown() {
|
|
|
|
xxx_messageInfo_StopRequest.DiscardUnknown(m)
|
|
|
|
}
|
|
|
|
|
|
|
|
var xxx_messageInfo_StopRequest proto.InternalMessageInfo
|
|
|
|
|
|
|
|
type StopResponse struct {
|
|
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
|
|
XXX_unrecognized []byte `json:"-"`
|
|
|
|
XXX_sizecache int32 `json:"-"`
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *StopResponse) Reset() { *m = StopResponse{} }
|
|
|
|
func (m *StopResponse) String() string { return proto.CompactTextString(m) }
|
|
|
|
func (*StopResponse) ProtoMessage() {}
|
|
|
|
func (*StopResponse) Descriptor() ([]byte, []int) {
|
2018-10-16 17:49:50 +00:00
|
|
|
return fileDescriptor_docker_logger_54dce3369d4ecf54, []int{3}
|
2018-10-06 03:32:43 +00:00
|
|
|
}
|
|
|
|
func (m *StopResponse) XXX_Unmarshal(b []byte) error {
|
|
|
|
return xxx_messageInfo_StopResponse.Unmarshal(m, b)
|
|
|
|
}
|
|
|
|
func (m *StopResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
|
|
return xxx_messageInfo_StopResponse.Marshal(b, m, deterministic)
|
|
|
|
}
|
|
|
|
func (dst *StopResponse) XXX_Merge(src proto.Message) {
|
|
|
|
xxx_messageInfo_StopResponse.Merge(dst, src)
|
|
|
|
}
|
|
|
|
func (m *StopResponse) XXX_Size() int {
|
|
|
|
return xxx_messageInfo_StopResponse.Size(m)
|
|
|
|
}
|
|
|
|
func (m *StopResponse) XXX_DiscardUnknown() {
|
|
|
|
xxx_messageInfo_StopResponse.DiscardUnknown(m)
|
|
|
|
}
|
|
|
|
|
|
|
|
var xxx_messageInfo_StopResponse proto.InternalMessageInfo
|
|
|
|
|
|
|
|
func init() {
|
|
|
|
proto.RegisterType((*StartRequest)(nil), "hashicorp.nomad.drivers.docker.docklog.proto.StartRequest")
|
|
|
|
proto.RegisterType((*StartResponse)(nil), "hashicorp.nomad.drivers.docker.docklog.proto.StartResponse")
|
|
|
|
proto.RegisterType((*StopRequest)(nil), "hashicorp.nomad.drivers.docker.docklog.proto.StopRequest")
|
|
|
|
proto.RegisterType((*StopResponse)(nil), "hashicorp.nomad.drivers.docker.docklog.proto.StopResponse")
|
|
|
|
}
|
|
|
|
|
|
|
|
// Reference imports to suppress errors if they are not otherwise used.
|
|
|
|
var _ context.Context
|
|
|
|
var _ grpc.ClientConn
|
|
|
|
|
|
|
|
// This is a compile-time assertion to ensure that this generated file
|
|
|
|
// is compatible with the grpc package it is being compiled against.
|
|
|
|
const _ = grpc.SupportPackageIsVersion4
|
|
|
|
|
2018-10-16 17:49:50 +00:00
|
|
|
// DockerLoggerClient is the client API for DockerLogger service.
|
2018-10-06 03:32:43 +00:00
|
|
|
//
|
|
|
|
// For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
|
2018-10-16 17:49:50 +00:00
|
|
|
type DockerLoggerClient interface {
|
2018-10-06 03:32:43 +00:00
|
|
|
Start(ctx context.Context, in *StartRequest, opts ...grpc.CallOption) (*StartResponse, error)
|
|
|
|
Stop(ctx context.Context, in *StopRequest, opts ...grpc.CallOption) (*StopResponse, error)
|
|
|
|
}
|
|
|
|
|
2018-10-16 17:49:50 +00:00
|
|
|
type dockerLoggerClient struct {
|
2018-10-06 03:32:43 +00:00
|
|
|
cc *grpc.ClientConn
|
|
|
|
}
|
|
|
|
|
2018-10-16 17:49:50 +00:00
|
|
|
func NewDockerLoggerClient(cc *grpc.ClientConn) DockerLoggerClient {
|
|
|
|
return &dockerLoggerClient{cc}
|
2018-10-06 03:32:43 +00:00
|
|
|
}
|
|
|
|
|
2018-10-16 17:49:50 +00:00
|
|
|
func (c *dockerLoggerClient) Start(ctx context.Context, in *StartRequest, opts ...grpc.CallOption) (*StartResponse, error) {
|
2018-10-06 03:32:43 +00:00
|
|
|
out := new(StartResponse)
|
2018-10-16 17:49:50 +00:00
|
|
|
err := c.cc.Invoke(ctx, "/hashicorp.nomad.drivers.docker.docklog.proto.DockerLogger/Start", in, out, opts...)
|
2018-10-06 03:32:43 +00:00
|
|
|
if err != nil {
|
|
|
|
return nil, err
|
|
|
|
}
|
|
|
|
return out, nil
|
|
|
|
}
|
|
|
|
|
2018-10-16 17:49:50 +00:00
|
|
|
func (c *dockerLoggerClient) Stop(ctx context.Context, in *StopRequest, opts ...grpc.CallOption) (*StopResponse, error) {
|
2018-10-06 03:32:43 +00:00
|
|
|
out := new(StopResponse)
|
2018-10-16 17:49:50 +00:00
|
|
|
err := c.cc.Invoke(ctx, "/hashicorp.nomad.drivers.docker.docklog.proto.DockerLogger/Stop", in, out, opts...)
|
2018-10-06 03:32:43 +00:00
|
|
|
if err != nil {
|
|
|
|
return nil, err
|
|
|
|
}
|
|
|
|
return out, nil
|
|
|
|
}
|
|
|
|
|
2018-10-16 17:49:50 +00:00
|
|
|
// DockerLoggerServer is the server API for DockerLogger service.
|
|
|
|
type DockerLoggerServer interface {
|
2018-10-06 03:32:43 +00:00
|
|
|
Start(context.Context, *StartRequest) (*StartResponse, error)
|
|
|
|
Stop(context.Context, *StopRequest) (*StopResponse, error)
|
|
|
|
}
|
|
|
|
|
2018-10-16 17:49:50 +00:00
|
|
|
func RegisterDockerLoggerServer(s *grpc.Server, srv DockerLoggerServer) {
|
|
|
|
s.RegisterService(&_DockerLogger_serviceDesc, srv)
|
2018-10-06 03:32:43 +00:00
|
|
|
}
|
|
|
|
|
2018-10-16 17:49:50 +00:00
|
|
|
func _DockerLogger_Start_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
|
2018-10-06 03:32:43 +00:00
|
|
|
in := new(StartRequest)
|
|
|
|
if err := dec(in); err != nil {
|
|
|
|
return nil, err
|
|
|
|
}
|
|
|
|
if interceptor == nil {
|
2018-10-16 17:49:50 +00:00
|
|
|
return srv.(DockerLoggerServer).Start(ctx, in)
|
2018-10-06 03:32:43 +00:00
|
|
|
}
|
|
|
|
info := &grpc.UnaryServerInfo{
|
|
|
|
Server: srv,
|
2018-10-16 17:49:50 +00:00
|
|
|
FullMethod: "/hashicorp.nomad.drivers.docker.docklog.proto.DockerLogger/Start",
|
2018-10-06 03:32:43 +00:00
|
|
|
}
|
|
|
|
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
|
2018-10-16 17:49:50 +00:00
|
|
|
return srv.(DockerLoggerServer).Start(ctx, req.(*StartRequest))
|
2018-10-06 03:32:43 +00:00
|
|
|
}
|
|
|
|
return interceptor(ctx, in, info, handler)
|
|
|
|
}
|
|
|
|
|
2018-10-16 17:49:50 +00:00
|
|
|
func _DockerLogger_Stop_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
|
2018-10-06 03:32:43 +00:00
|
|
|
in := new(StopRequest)
|
|
|
|
if err := dec(in); err != nil {
|
|
|
|
return nil, err
|
|
|
|
}
|
|
|
|
if interceptor == nil {
|
2018-10-16 17:49:50 +00:00
|
|
|
return srv.(DockerLoggerServer).Stop(ctx, in)
|
2018-10-06 03:32:43 +00:00
|
|
|
}
|
|
|
|
info := &grpc.UnaryServerInfo{
|
|
|
|
Server: srv,
|
2018-10-16 17:49:50 +00:00
|
|
|
FullMethod: "/hashicorp.nomad.drivers.docker.docklog.proto.DockerLogger/Stop",
|
2018-10-06 03:32:43 +00:00
|
|
|
}
|
|
|
|
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
|
2018-10-16 17:49:50 +00:00
|
|
|
return srv.(DockerLoggerServer).Stop(ctx, req.(*StopRequest))
|
2018-10-06 03:32:43 +00:00
|
|
|
}
|
|
|
|
return interceptor(ctx, in, info, handler)
|
|
|
|
}
|
|
|
|
|
2018-10-16 17:49:50 +00:00
|
|
|
var _DockerLogger_serviceDesc = grpc.ServiceDesc{
|
|
|
|
ServiceName: "hashicorp.nomad.drivers.docker.docklog.proto.DockerLogger",
|
|
|
|
HandlerType: (*DockerLoggerServer)(nil),
|
2018-10-06 03:32:43 +00:00
|
|
|
Methods: []grpc.MethodDesc{
|
|
|
|
{
|
|
|
|
MethodName: "Start",
|
2018-10-16 17:49:50 +00:00
|
|
|
Handler: _DockerLogger_Start_Handler,
|
2018-10-06 03:32:43 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
MethodName: "Stop",
|
2018-10-16 17:49:50 +00:00
|
|
|
Handler: _DockerLogger_Stop_Handler,
|
2018-10-06 03:32:43 +00:00
|
|
|
},
|
|
|
|
},
|
|
|
|
Streams: []grpc.StreamDesc{},
|
2018-10-16 17:49:50 +00:00
|
|
|
Metadata: "docker_logger.proto",
|
|
|
|
}
|
|
|
|
|
|
|
|
func init() { proto.RegisterFile("docker_logger.proto", fileDescriptor_docker_logger_54dce3369d4ecf54) }
|
|
|
|
|
|
|
|
var fileDescriptor_docker_logger_54dce3369d4ecf54 = []byte{
|
|
|
|
// 319 bytes of a gzipped FileDescriptorProto
|
|
|
|
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x9c, 0x50, 0xbd, 0x4e, 0xe3, 0x40,
|
|
|
|
0x10, 0x3e, 0xe7, 0x62, 0x27, 0x37, 0x49, 0xee, 0xa4, 0x3d, 0x21, 0x4c, 0x1a, 0xc0, 0x15, 0x05,
|
|
|
|
0x72, 0x01, 0x15, 0xa1, 0x03, 0x84, 0x84, 0xa0, 0x4a, 0x3a, 0x1a, 0xcb, 0x78, 0x27, 0xc9, 0x2a,
|
|
|
|
0xc6, 0x63, 0x66, 0x27, 0x48, 0xa9, 0x90, 0x78, 0x06, 0x9e, 0x8e, 0xa7, 0x41, 0x5e, 0x1b, 0x8b,
|
|
|
|
0x36, 0xa9, 0x76, 0xe7, 0xfb, 0x19, 0xcd, 0xf7, 0xc1, 0x7f, 0x4d, 0xd9, 0x0a, 0x39, 0xc9, 0x69,
|
|
|
|
0xb1, 0x40, 0x8e, 0x4b, 0x26, 0x21, 0x75, 0xba, 0x4c, 0xed, 0xd2, 0x64, 0xc4, 0x65, 0x5c, 0xd0,
|
|
|
|
0x73, 0xaa, 0x63, 0xcd, 0xe6, 0x15, 0xd9, 0xc6, 0xb5, 0xd8, 0x3d, 0x39, 0x2d, 0x6a, 0x75, 0xf4,
|
|
|
|
0xe9, 0xc1, 0x70, 0x26, 0x29, 0xcb, 0x14, 0x5f, 0xd6, 0x68, 0x45, 0x8d, 0xa1, 0x8f, 0x85, 0x2e,
|
|
|
|
0xc9, 0x14, 0x12, 0x7a, 0x47, 0xde, 0xc9, 0x9f, 0x69, 0x3b, 0xab, 0x63, 0x18, 0x66, 0x54, 0x48,
|
|
|
|
0x6a, 0x0a, 0xe4, 0xc4, 0xe8, 0xb0, 0xe3, 0xf8, 0x41, 0x8b, 0xdd, 0x69, 0x75, 0x08, 0x03, 0x2b,
|
|
|
|
0x9a, 0xd6, 0x92, 0xcc, 0xcd, 0x9c, 0xc2, 0xdf, 0x4e, 0x01, 0x35, 0x74, 0x6b, 0xe6, 0xd4, 0x08,
|
|
|
|
0x90, 0xb9, 0x16, 0x74, 0x5b, 0x01, 0x32, 0x3b, 0xc1, 0x01, 0xf4, 0x25, 0xb7, 0x49, 0x86, 0x2c,
|
|
|
|
0xa1, 0xef, 0xd8, 0x9e, 0xe4, 0xf6, 0x1a, 0x59, 0xd4, 0x3e, 0x54, 0xdf, 0x64, 0x85, 0x9b, 0x30,
|
|
|
|
0x70, 0x4c, 0x20, 0xb9, 0xbd, 0xc7, 0x8d, 0xda, 0x83, 0xc0, 0x79, 0xd2, 0xb0, 0xe7, 0x70, 0xbf,
|
|
|
|
0x72, 0xa4, 0xd1, 0x3f, 0x18, 0x35, 0xd9, 0x6c, 0x49, 0x85, 0xc5, 0x68, 0x04, 0x83, 0x99, 0x50,
|
|
|
|
0xd9, 0x64, 0x8d, 0xfe, 0x56, 0xd9, 0xab, 0xb1, 0xa6, 0xcf, 0x3e, 0x3a, 0x30, 0xbc, 0x71, 0x2d,
|
|
|
|
0x3d, 0xb8, 0x46, 0xd5, 0xbb, 0x07, 0xbe, 0xdb, 0xa0, 0x26, 0xf1, 0x36, 0xb5, 0xc6, 0x3f, 0x2b,
|
|
|
|
0x1d, 0x5f, 0xee, 0xe4, 0x6d, 0x4e, 0xfe, 0xa5, 0xde, 0xa0, 0x5b, 0x5d, 0xa9, 0x2e, 0xb6, 0x5d,
|
|
|
|
0xd3, 0x06, 0x1d, 0x4f, 0x76, 0xb1, 0x7e, 0x1f, 0x70, 0xd5, 0x7b, 0xf4, 0x1d, 0xfe, 0x14, 0xb8,
|
|
|
|
0xe7, 0xfc, 0x2b, 0x00, 0x00, 0xff, 0xff, 0x2e, 0xe1, 0xdf, 0xc9, 0x78, 0x02, 0x00, 0x00,
|
2018-10-06 03:32:43 +00:00
|
|
|
}
|