Sha256: b67d2bba539452a7e1089003863a96b8cc0446897474fcfe8b77e18248d62b1f
Contents?: true
Size: 609 Bytes
Versions: 32
Compression:
Stored size: 609 Bytes
Contents
module Libcouchbase::Ext # (Not documented) # # ## Fields: # :host :: # (String) # :user :: # (String) # :passwd :: # (String) # :bucket :: # (String) # :io :: # (FFI::Pointer(*IoOptSt)) # :type :: # (TypeT) # :mchosts :: # (String) # :transports :: # (FFI::Pointer(*ConfigTransportT)) class CreateSt2 < FFI::Struct layout :host, :string, :user, :string, :passwd, :string, :bucket, :string, :io, :pointer, :type, TypeT, :mchosts, :string, :transports, :pointer end end
Version data entries
32 entries across 32 versions & 2 rubygems