Sha256: 7d476359c43edebdfd66ba917aeeecad6b0b56d57b0c895ccd66dd46e22c27b0

Contents?: true

Size: 611 Bytes

Versions: 4

Compression:

Stored size: 611 Bytes

Contents

module MTLibcouchbase::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

4 entries across 4 versions & 1 rubygems

Version Path
mt-libcouchbase-1.4.03 lib/mt-libcouchbase/ext/mt-libcouchbase/create_st2.rb
mt-libcouchbase-1.4.02 lib/mt-libcouchbase/ext/mt-libcouchbase/create_st2.rb
mt-libcouchbase-1.4.01 lib/mt-libcouchbase/ext/mt-libcouchbase/create_st2.rb
mt-libcouchbase-1.4.0 lib/mt-libcouchbase/ext/mt-libcouchbase/create_st2.rb